diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index 8584466f796a0c6f70ad042e073e2cd82cf74919..5f1226b1804d7886cee62d8fbb37a647f90ed0ec 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -37,7 +37,7 @@ Show job details for executing job from job session $ scontrol -d show job $SLURM_JOBID ``` -## Slurm job environment variables +## Slurm Job Environment Variables Slurm provides usefull information to the job via environment variables. Environment variables are available on all nodes allocated to job when accessed via Slurm supported means (srun, compatible mpirun). @@ -72,7 +72,7 @@ p03-amd01 p03-amd02 ``` -## Running interactive jobs +## Running Interactive Jobs Run interactive job @@ -89,7 +89,7 @@ Run interactive job, with X11 forwarding !!! warning Do not use `srun` for initiating interactive jobs, subsequent `srun`, `mpirun` invocations would block forever. -## Running batch jobs +## Running Batch Jobs Run batch job