Skip to content
Snippets Groups Projects
  1. Aug 11, 2023
  2. Aug 10, 2023
  3. Aug 09, 2023
  4. Aug 08, 2023
  5. Aug 07, 2023
  6. Aug 04, 2023
  7. 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
  8. Aug 02, 2023
  9. Jul 30, 2023
  10. May 22, 2023
  11. May 12, 2023
  12. May 11, 2023
  13. May 10, 2023
  14. May 09, 2023
  15. May 04, 2023
  16. May 03, 2023
  17. May 02, 2023
  18. Apr 26, 2023
  19. Apr 06, 2023
  20. Apr 04, 2023
  21. 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
  22. 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
  23. Mar 30, 2023
Loading