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

Update job-scheduling.md

parent 9cea60a5
No related branches found
No related tags found
No related merge requests found
Pipeline #29190 failed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment