[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Can not get RemoteWallClockTime or CommittedTime report any value other than 0.0




The big point of confusion here is that the updates to
RemoteWallClockTime are not persistent until the job stops running.
This means they are not visible to condor_q while the job is running.

Minor aside, besides when the job stops running, I think the config knob WALL_CLOCK_CKPT_INTERVAL can periodically sync wall clock time to disk. See
  http://www.cs.wisc.edu/condor/manual/v7.6/3_3Configuration.html#18369

regards,
Todd