Skip to content
Snippets Groups Projects
  1. Aug 09, 2023
  2. Aug 08, 2023
  3. Aug 07, 2023
  4. Aug 04, 2023
  5. Aug 03, 2023
    • KyleKlenk's avatar
      Bug fix: floating point exception output container · e46aeeae
      KyleKlenk authored
      Fixed this by using the variables set by the container in the constructor.
      These variables are checked whereas the input
      into the constructor can cause problems with num_grus_per_partition becoming 0.
      e46aeeae
  6. Aug 02, 2023
  7. Jul 30, 2023
  8. May 22, 2023
  9. May 12, 2023
  10. May 11, 2023
  11. May 10, 2023
  12. May 09, 2023
  13. May 04, 2023
  14. May 03, 2023
  15. May 02, 2023
  16. Apr 26, 2023
  17. Apr 06, 2023
  18. Apr 04, 2023
  19. Apr 03, 2023
    • KyleKlenk's avatar
      add restarting of GRUs · 93321333
      KyleKlenk authored
      93321333
    • KyleKlenk's avatar
      Change GRUinfo to GRU · b5446f38
      KyleKlenk authored
      Changed the GRUinfo class to be just the GRU class.
      This class now better reflects that it is the object that
      the job actor holds. It will also contain the GRU actor that runs the simulation
      portion of the program.
      b5446f38
  20. Mar 31, 2023
    • KyleKlenk's avatar
      Remove HRU timing · 73feb946
      KyleKlenk authored
      HRU timing was slowing down the code. It has now been removed.
      The wall-clock-time of each hru is now the metric recorded.
      73feb946
  21. Mar 30, 2023
    • KyleKlenk's avatar
      remove blank print statement · 2b2ab34e
      KyleKlenk authored
      2b2ab34e
    • KyleKlenk's avatar
      Clean CMakeLists file · 6836f4d4
      KyleKlenk authored
      Cleaned up the CMakeLists file to compile for clusters and non-clusters
      Also have release and debug builds that can be built on all the system types
      supported. Sunidals libraries are attempted to be found automatically.
      6836f4d4
    • KyleKlenk's avatar
      Delete uneeded directory · 013f4f13
      KyleKlenk authored
      Deleted this uneeded directory. These files can all be obtained from the summa
      repo.
      013f4f13
  22. Mar 29, 2023
Loading