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

Save the run-time of simulations to the output file #131

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

johnomotani
Copy link
Collaborator

Save some run-time information to the output files: time for setup (excluding file I/O), and cumulative run time (excluding setup) at each output step.

@johnomotani johnomotani added the enhancement New feature or request label Sep 11, 2023
@johnomotani johnomotani force-pushed the save-time-for-run branch 2 times, most recently from abdfaaa to 24ac881 Compare September 12, 2023 20:50
@johnomotani johnomotani force-pushed the incoming-zero-bc branch 2 times, most recently from 12fb2a7 to ff5f393 Compare September 12, 2023 21:21
@johnomotani johnomotani force-pushed the save-time-for-run branch 2 times, most recently from da3a686 to 9f2b8c2 Compare September 14, 2023 10:50
@johnomotani johnomotani changed the base branch from incoming-zero-bc to master November 14, 2023 21:55
This avoids multiple processes trying to write at the same time and
having to wait for each other, and also avoids having which process
finally wrote the value be random.
@johnomotani johnomotani merged commit c35bec0 into master Nov 14, 2023
5 of 21 checks passed
@johnomotani johnomotani deleted the save-time-for-run branch November 14, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant