Open ykempf opened 9 years ago
I had not thought about adding it to phiprof, but that would be an option.
I originally thought we would write the CPU hour stuff (accumulated over all segments, for this runsegment) into the restart files. We just have to be careful not to discard too much of the simulation time. If we measure and write it as a last parameter into the restart then there should not be too much that is unaccounted for at the end.
Let's add better tracking of CPUh before the next big campaign. Then we could see how many CPUh each part takes, how much in total, and we would be able to more easily make estimates. This would include:
The CPU time used by a run should be computed and saved, e.g. to the logfile. This would give us at last more solid values for our large runs as we haven't tracked that very accurately so far.
Can this be done by phiprof? Or shall we make that an independent vlasiator feature?