Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded Test Suite Templated Input Models #251

Merged
merged 26 commits into from
Jan 29, 2016

Commits on Jan 22, 2016

  1. Removed unnecessary args for sector test

    wbinventor@gmail.com committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    05aba54 View commit details
    Browse the repository at this point in the history
  2. Added new options to store # tracks or segments in test suite.

    wbinventor@gmail.com committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    8d77a56 View commit details
    Browse the repository at this point in the history
  3. Added fluxes for pin cell and simple lattice test suite problems

    wbinventor@gmail.com committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    04c0d39 View commit details
    Browse the repository at this point in the history
  4. Added homogeneous infinite medium test problem

    wbinventor@gmail.com committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    bfc6d42 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2016

  1. Added 1D and 2D gradient test cases

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    7486857 View commit details
    Browse the repository at this point in the history
  2. Added README file for test suite

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    dba18ab View commit details
    Browse the repository at this point in the history
  3. Now running tests with 1 and 4 thread configurations

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    c3ba1d2 View commit details
    Browse the repository at this point in the history
  4. This adds clang as a compiler to the test suite

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    c4e342c View commit details
    Browse the repository at this point in the history
  5. Added clang version to .travis.yml to debug Travis

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    01204fd View commit details
    Browse the repository at this point in the history
  6. Removed clang from default build config for Travis

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    229b08a View commit details
    Browse the repository at this point in the history
  7. Refactored and simplified TestingHarness and added fixed source tests

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    387f073 View commit details
    Browse the repository at this point in the history
  8. Added new adjoint mode tests

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    ebf42ac View commit details
    Browse the repository at this point in the history
  9. Fixed thisown bug with Cmfd and added new CMFD test to suite

    wbinventor@gmail.com committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    6c03127 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Added class attribute to Test class to cache prevous build configurat…

    …ions to eliminate redundant builds
    wbinventor@gmail.com committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    0718be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6b9b6 View commit details
    Browse the repository at this point in the history
  3. Fixed merge conflicts with develop branch

    wbinventor@gmail.com committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    034bb04 View commit details
    Browse the repository at this point in the history
  4. Refactored to defer fixed source assignment by Cell or Material to FS…

    …R until simulation time
    wbinventor@gmail.com committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    53f61e9 View commit details
    Browse the repository at this point in the history
  5. Cleaned up deferred fixed source allocation to FSRs algorithm

    wbinventor@gmail.com committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    ae13f20 View commit details
    Browse the repository at this point in the history
  6. Added commented out icpc tests to suite

    wbinventor committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    b123445 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Further consolidation of .gitignore file

    wbinventor@gmail.com committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    cfd768e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into input-sets

    wbinventor@gmail.com committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    64b2698 View commit details
    Browse the repository at this point in the history
  3. Updated this per comments by @samuelshaner

    wbinventor@gmail.com committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    14492f5 View commit details
    Browse the repository at this point in the history
  4. Now hashing results for simple lattice test case

    wbinventor@gmail.com committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    121f5f5 View commit details
    Browse the repository at this point in the history
  5. Seeting Cmfd.thisown use a boolean rather than integer

    wbinventor@gmail.com committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    07c5f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Removed materials fomr Geometry::toString() to improve track binary f…

    …ile importing
    wbinventor@gmail.com committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    6cd64fd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Fixed typo with double starred comment

    wbinventor@gmail.com committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    e55d1a3 View commit details
    Browse the repository at this point in the history