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

Re: [HTCondor-users] problem checkpoint_exit_code



"checkpoint_exit_code" was added in 8.9.3, so the best option would be (if possible) to upgrade to the latest 8.9 release (8.9.5). Improving and officially releasing vanilla universe self-checkpointing has been an emphasis in recent versions.

If you cannot upgrade, for 8.6 (where vanilla universe self-checkpointing was still considered an experimental feature), I believe you can get similar behavior as "checkpoint_exit_code = 1" by using these lines instead in your submit file:

+WantFTOnCheckpoint = TRUE
+CheckpointExitCode = 1

See this wiki page for more details: https://htcondor-wiki.cs.wisc.edu/index.cgi/wiki?p=HowToRunSelfCheckpointingJobs

Jason



On Sun, Jan 19, 2020 at 10:24 PM Htcondor user <htcondor.user@xxxxxxxxx> wrote:
Hi,

I am current;y using condor - 8.6.12 version

Thanks

On Mon, Jan 20, 2020 at 1:37 AM Jason Patton <jpatton@xxxxxxxxxxx> wrote:
Hi,

Can you let us know which version of HTCondor your submit machine is running ("condor_version")? Some of the self-checkpointing functionality is only available in more recent versions.

Thanks

Jason Patton

On Sun, Jan 19, 2020, 11:13 AM Htcondor user <htcondor.user@xxxxxxxxx> wrote:
Hi All,
I am trying to retry the jobs using self checkpoints

I followed below link:
https://htcondor.readthedocs.io/en/latest/users-manual/self-checkpointing-applications.html  and created 77.py file , passing 77.py as executable to 77.sub file. 
i see a warning message :
WARNING: the line 'checkpoint_exit_code = 1' was unused by condor_submit. Is it a typo?
 
executable is is not exiting y? 

Can any one help me with this please..

Thanks.





_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/