From 013f63ad6a5cbe2ffe604c2afa1946d07418b567 Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Tue, 5 Sep 2023 13:46:00 +0200
Subject: [PATCH] Update job-scheduling.md

---
 docs.it4i/cs/job-scheduling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 5ff51ab4b..732926303 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 |
-- 
GitLab