You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to submit a job to slurm with submitit.helpers.CommandFunction and submitit.AutoExecutor, in such a way that it is requeued on timeouts?
As mentioned in the docs, a Python function is requeued on timeouts only if it implements a checkpoint method. Otherwise by default submitit does not requeue on timeouts, only on preemptions. However, I would like to submit a job through CommandFunction, and I need it to be requeued on timeout.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Is it possible to submit a job to slurm with
submitit.helpers.CommandFunction
andsubmitit.AutoExecutor
, in such a way that it is requeued on timeouts?As mentioned in the docs, a Python function is requeued on timeouts only if it implements a checkpoint method. Otherwise by default
submitit
does not requeue on timeouts, only on preemptions. However, I would like to submit a job throughCommandFunction
, and I need it to be requeued on timeout.Thanks in advance!
The text was updated successfully, but these errors were encountered: