Displaying Time issues

Submitted by Tamoghna on Tue, 10/18/2011 - 10:31

Hi!

I have two issues,
1, my simulation is somehow crashing when I leave it overnight, so is there a way to output the real time after each calculation? I would prefer it to elapsed cpu time.
2. After restarting the simulations, the loop time shown is for the steps after restarting, is there a way to to get the total simulation time including that of previous restart?

Regards,

ckloss's picture

ckloss | Tue, 10/18/2011 - 10:44

>>so is there a way to output the real time after each calculation?
the time-step is output every thermo step

>>is there a way to to get the total simulation time including that of previous restart?
No, unless you add the times from the two log files or you modify the code in order to do so

Christoph