Scaling study/Profiling tools #590
Unanswered
kyriakosTapinou
asked this question in
Q&A
Replies: 2 comments
-
Athena++ outputs zone-cycles/cpu_second at the end of a simulation, which is exactly what you need. |
Beta Was this translation helpful? Give feedback.
0 replies
-
And the cpu time is the walltime of the simulation, excluding a bit of setup in the beginning, independent of what things are computed in parallel. It also excludes the time it takes your cluster to acquire and free resources, which can be long relative to a short test and would be included in the scheduler's report of how long you ran. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if there are any inbuilt diagnostics or metrics that can be output to measure performance, I'm looking at performance on my cluster. Is the "cpu-time-used" in the default output the total run time (serial+parallel run time)?
Beta Was this translation helpful? Give feedback.
All reactions