output of total simulation time / cpu time

Hi Steve,

sorry, that I repeat just what you have already written - I only want to be sure:

if I sum up all "Loop time" in the logfile, I get the total cpu time for the simulation? There are no omission between the various "loops"?

Thanks
Sebastian

Hi Steve,

sorry, that I repeat just what you have already written - I only want to
be sure:

if I sum up all "Loop time" in the logfile, I get the total cpu time for
the simulation? There are no omission between the various "loops"?

Loop time is only the plain simulation time _without_
any time for set up and init. if you want the total times,
you can prefix your lammps executables with the time
command.

axel.

Hi Axel,

I'm wondering at which places in the code I should place these commands?
could give me some short hints?

Thank you very much,
Sebastian

Axel meant do something like this:

time lmp_g++ < in.script

Steve