rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
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 | 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. | ||
==== Job cannot load a module ==== <!--T:116--> | ==== Job cannot load a module ==== <!--T:116--> | ||
Line 603: | Line 603: | ||
<!--T:127--> | <!--T:127--> | ||
In this case adding the line <code>module load nixpkgs/16.09 intel/2016.4 openmpi/2.1.1</code> to your job script before loading | In this case adding the line <code>module load nixpkgs/16.09 intel/2016.4 openmpi/2.1.1</code> to your job script before loading quantumespresso/6.1 will solve the problem. | ||
==== Jobs inherit environment variables ==== <!--T:128--> | ==== Jobs inherit environment variables ==== <!--T:128--> |