-
Notifications
You must be signed in to change notification settings - Fork 19
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
Enhancements to Simulation Timestamps and JSON output #154
Comments
File IDs added to read/write |
Some fixes to the CMakeList.txt API changes for timestamps (#154)
Modified the API so that timestamp constructors are now private, and instead a number of addTimestamp...() methods have been added to SimulationOutput. After tinkering with heavily templated complicated design, went for simple. New methods added to enable/disable timestamp generation at the user-level. By default, all currently available timestamps are enabled, but likely the upcoming disk-related timestamps will not. Look in the constructor SimulationOutput::SimulationOutput() where the default enabled/disabled statuses are set. |
Timestamps implemented (with wrapper in Simulation.cpp instead of S4U_Simulation.cpp) and JSON added for disk specific output. Disk timestamps disabled by default |
Fixed formatting for all dumps. Closing now, not yet reflected on the website. |
The text was updated successfully, but these errors were encountered: