Skip to content
Snippets Groups Projects
  1. Jul 22, 2024
  2. Jul 10, 2024
  3. Apr 03, 2024
  4. Apr 02, 2024
  5. Mar 27, 2024
  6. Mar 20, 2024
  7. Apr 05, 2023
  8. Apr 26, 2022
  9. Jul 03, 2020
  10. Jul 02, 2020
  11. Feb 05, 2020
    • David Richards's avatar
      Fix two minor memory leaks. (#38) · af27b3dc
      David Richards authored
      Fix two minor memory leaks.  Neither of these are likely to ever cause 
      a problem, but the clang leak sanitizer now reports no errors (at least
      not for the default problem).
      af27b3dc
  12. Oct 22, 2019
  13. Mar 27, 2019
  14. Mar 19, 2018
  15. Mar 02, 2018
    • Ryan Bleile's avatar
      Fixing Last Cycle Timers: (#30) · 4f21cb21
      Ryan Bleile authored
      Last Cycle timers where only being cleared if the print last cycle timers paramter was set.
      Fixed this by making sure last cycle timers are cleared at the end of each cycle regardless
      of if we want more verbose timer printing.
      4f21cb21
    • Ryan Bleile's avatar
      GPUID initialization: (#29) · 32e2a926
      Ryan Bleile authored
      Modified the initialization of the GPUD to be more generically rank%num_gpus.
      This replaced coding that was specifically desiged for power8 cpu systems.
      32e2a926
  16. Feb 27, 2018
  17. Feb 26, 2018
  18. Jan 19, 2018
  19. Dec 21, 2017
  20. Dec 19, 2017
    • Ryan Bleile's avatar
      Energy Spectrum Printing (#20) · fddf2c5e
      Ryan Bleile authored
      * 1) Added functions to compute the energy spectrum of particles that reach census
      2) Added function to print hisogram of energy spectrum to a file
      3) Made computing/printing energy spectrumn an input deck argument
         Turn on plotting energy spectrum by providing a file name in the input deck
         or command line
      
      * Refactor Energy Spectrum Addition
      
      It now uses std::vector instead of allocated pointer. Additionally it is stored as a tally
      
      * Removed setter functions for energy spectrum
      Now set up in the constructor only.
      
      Removed Tallies default constructor that was left and unused.
      fddf2c5e
    • Ryan Bleile's avatar
      Decomposition Object Refactor (#22) · a8e5aa53
      Ryan Bleile authored
      Made the creation of the decomposition object based on direct computation for mode 0.
      
      Added assert for mode 1 to be less then 1000k processors.
      
      Seperated mode 0 and mode 1 so that mode 0 is as simple
      and direct as possible.
      a8e5aa53
    • Ryan Bleile's avatar
      Removed memory allocation hold over from qs_vector to std::vector change. (#21) · 63732677
      Ryan Bleile authored
      Removed memory allocation hold over from qs_vector to std::vector change.
      This asssumed worst case size and becomes a large over allocation for large problems.
      63732677
  21. Dec 11, 2017
    • Ryan Bleile's avatar
      Adding Coral2 Second Input Deck (#19) · f8f7bfdd
      Ryan Bleile authored
      * Adding Coral2 Second Problem with non flat cross sections and an energy spectrum set to be meaningful
      
      * Moved Coral 2 Problems into their own subdirectories. Added srun lines for Problem 2 in the example script
      f8f7bfdd
    • Ryan Bleile's avatar
      1) Added printing cross sections as an input parameter. (#17) · 6dbb3628
      Ryan Bleile authored
      1) Added printing cross sections as an input parameter. 
      2) Also cross sections are printed to a file instead of the screen
         Added filename based on input deck or command line argument.
         Command line argument overides input deck arguments
      6dbb3628
  22. Dec 05, 2017
  23. Dec 01, 2017
  24. Nov 30, 2017
  25. Nov 14, 2017
  26. Nov 13, 2017
  27. Nov 12, 2017
  28. Nov 09, 2017
  29. Nov 06, 2017
    • Ryan Bleile's avatar
      Bringing in missing changes from previous versions: (#5) · 5f623809
      Ryan Bleile authored
      1) Work on improving the cross sections. This converts the interpretation of the polynomials representing cross sections so that they are in log-log space. We also change the normalization of the cross sections so that you specify the total cross section and cross section ratios at 1MeV instead of averages. The former is much easier to obtain from cross section plots. These changes do not alter the behavior of the default problem since it uses flat cross sections. Flat cross sections are not changed by these modifications.
      
      2) Make more sensible use of the atomFraction and cellNumberDensity quantities when computing macroscopic cross sections. Now both need to be retrieved (atomFraction was set locally). Also, atomFraction is (sensibly) 1/nIsotopes and cellNumberDensity is (somewhat arbitrarily) 1.0
      5f623809
Loading