From 656a34b8f06bb662d323d0337c3e851f367c09f3 Mon Sep 17 00:00:00 2001 From: Roman Sliva <roman.sliva@vsb.cz> Date: Thu, 8 Dec 2022 10:22:12 +0100 Subject: [PATCH] Update job-scheduling.md --- docs.it4i/cs/job-scheduling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index 8584466f7..5f1226b18 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 -- GitLab