Running jobs: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Clarify what script is doing.)
No edit summary
Line 530: Line 530:


==== Cancellation of jobs with dependency conditions which cannot be met ==== <!--T:109-->
==== Cancellation of jobs with dependency conditions which cannot be met ==== <!--T:109-->
A job submitted with <code>dependency=afterok:<jobid></code> is a "dependent job". A dependent job will wait for the parent job to be completed. If the parent job fails (that is, ends with a non-zero exit code) the dependent job can never be scheduled and so will be automatically cancelled. See [https://slurm.schedmd.com/sbatch.html sbatch] for more on dependency.
A job submitted with <code>--dependency=afterok:<jobid></code> is a "dependent job". A dependent job will wait for the parent job to be completed. If the parent job fails (that is, ends with a non-zero exit code) the dependent job can never be scheduled and so will be automatically cancelled. See [https://slurm.schedmd.com/sbatch.html sbatch] for more on dependency.


==== Job cannot load a module ==== <!--T:116-->
==== Job cannot load a module ==== <!--T:116-->
Bureaucrats, cc_docs_admin, cc_staff
2,306

edits

Navigation menu