From 68dc75ddc1e0c33554d99f76b645c9eefa40d462 Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Thu, 8 Dec 2022 11:20:37 +0100
Subject: [PATCH] Update job-scheduling.md

---
 docs.it4i/cs/job-scheduling.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 6359e83de..7f21ae40e 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -50,13 +50,13 @@ set | grep ^SLURM
 
 | variable name | description | example |
 | ------ | ------ | ------ |
-|SLURM_JOBID| 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 |
-|SLURM_STEP_NUM_NODES| number of nodes allocated to the job step | 1 |
-|SLURM_JOB_PARTITION| name of the partition | p03-amd |
-|SLURM_SUBMIT_DIR| submit directory | /scratch/project/open-xx-yy/work |
+| SLURM_JOBID | 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 |
+| SLURM_STEP_NUM_NODES | number of nodes allocated to the job step | 1 |
+| SLURM_JOB_PARTITION | name of the partition | p03-amd |
+| SLURM_SUBMIT_DIR | submit directory | /scratch/project/open-xx-yy/work |
 
 See [Slurm srun documentation][2] for details.
 
-- 
GitLab