On 4/25/11 12:11 PM, Todd Tannenbaum wrote:
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. SeeThe 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.http://www.cs.wisc.edu/condor/manual/v7.6/3_3Configuration.html#18369
True. However, this periodically updates an attribute named WallClockCheckpoint. This does not update RemoteWallClockTime while the job is running. This muddies the waters further, because WallClockCheckpoint is not in the copy of the job ad that is used to evaluate periodic expressions while the job is running.
--Dan