eppic_clock_times_here

PlasmaCalcs.hookups.eppic.eppic_io_tools.eppic_clock_times_here(dir='.')

return clock times from jobfile(s) within this directory.

Crash if multiple jobfiles within this directory tell conflicting times.
result can have keys ‘start’, ‘stepstart’, ‘end’:

start: datetime telling when the run started. stepstart: datetime telling when the iterations started. end: datetime telling when the run ended.

result can also have keys ‘init_seconds’, ‘steps_seconds’, ‘total_seconds’:

init_seconds: (stepstart - start) [seconds] steps_seconds: (end - stepstart), [seconds] total_seconds: (end - start), [seconds]