cc_staff
653
edits
No edit summary |
(change URL to link directly to dependency option) |
||
Line 545: | Line 545: | ||
==== 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 <i>dependent job</i>. 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 <i>dependent job</i>. 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#OPT_dependency sbatch] for more on dependency. | ||
==== Job cannot load a module ==== <!--T:116--> | ==== Job cannot load a module ==== <!--T:116--> |