Skip to content
Snippets Groups Projects
Commit 6d33bbab authored by Roman Sliva's avatar Roman Sliva
Browse files

Update job-scheduling.md

parent 64273a9b
No related branches found
No related tags found
No related merge requests found
Pipeline #29180 failed
......@@ -50,10 +50,10 @@ Useful Slurm variables
| variable name | description | example |
| ------ | ------ | ------ |
|SLURM_JOBID| job id of the executing job| 593 |
|SLURM_JOB_NODELIST| nodes allocated to job | p03-amd[01-02] |
|SLURM_JOB_NUM_NODES| number of nodes allocated to job | 2 |
|SLURM_STEP_NODELIST| nodes allocated to job step | p03-amd01 |
|SLURM_STEP_NUM_NODES| number of nodes allocated to job | 1 |
|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 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment