From 62c28ef5c4cbca1210a977126a67b8bba3c96688 Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Tue, 5 Sep 2023 13:45:39 +0200
Subject: [PATCH] Update slurm-job-submission-and-execution.md

---
 docs.it4i/general/slurm-job-submission-and-execution.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/general/slurm-job-submission-and-execution.md b/docs.it4i/general/slurm-job-submission-and-execution.md
index e6d1a5fb8..5f4a57ea9 100644
--- a/docs.it4i/general/slurm-job-submission-and-execution.md
+++ b/docs.it4i/general/slurm-job-submission-and-execution.md
@@ -160,7 +160,7 @@ Commonly used variables are:
 
 | 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 | cn[101-102] |
 | SLURM_JOB_NUM_NODES | number of nodes allocated to the job | 2 |
 | SLURM_STEP_NODELIST | nodes allocated to the job step | cn101 |
-- 
GitLab