Measuring FEP time #20083
-
Hello dear MOOSE group, I found documentation of PETSc with regards to the performance in the output file. However, it seems quite outdated to me. Could you please enlighten me on this?
1- Is it OK to consider the 'Avg(s)' column (penultimate column) of the raw 'FEProblem::solve' to plot my benchmarking?
Is the column after 'Main Stage:' the total time of my simulation? Thanks in advance for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello This is the MOOSE perf graph, not the PETSc one. Documentation is here: 1- yes, since it's only called once for your case. Otherwise 2- this does like a different perf graph. Is this the PETSc one? I've never seen that one. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
This is the MOOSE perf graph, not the PETSc one. Documentation is here:
https://mooseframework.inl.gov/source/outputs/PerfGraphOutput.html
1- yes, since it's only called once for your case. Otherwise
Total (s)
is usually the better one.2- this does like a different perf graph. Is this the PETSc one? I've never seen that one.
I reckon since you want to look at moose performance, you should stick to the moose one.
Guillaume