diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md index 5ff51ab4b5e01c142932fe81def04b7a27cadf18..73292630347ec7a02bce700d416d42493abc52a0 100644 --- a/docs.it4i/cs/job-scheduling.md +++ b/docs.it4i/cs/job-scheduling.md @@ -89,7 +89,7 @@ set | grep ^SLURM | variable name | description | example | | ------ | ------ | ------ | -| SLURM_JOBID | job id of the executing job| 593 | +| SLURM_JOB_ID | job id of the executing job| 593 | | SLURM_JOB_NODELIST | nodes allocated to the job | p03-amd[01-02] | | SLURM_JOB_NUM_NODES | number of nodes allocated to the job | 2 | | SLURM_STEP_NODELIST | nodes allocated to the job step | p03-amd01 |