Running jobs/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 370: Line 370:


==== Jobs with unsatisfiable dependencies cancelled ====
==== Jobs with unsatisfiable dependencies cancelled ====
If you submit a job with <code>--dependency=afterok:</code>, it will wait for the completion of the first job before it is eligible to start. If the first job fails (that is, ends with a non-zero exit code) then the dependent job can never be scheduled. Such jobs are 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.


==État des tâches et priorité==
==État des tâches et priorité==
35,707

edits

Navigation menu