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

Update job-scheduling.md

parent 6d33bbab
Branches
No related tags found
No related merge requests found
Pipeline #29181 passed with warnings
...@@ -37,7 +37,7 @@ Show job details for executing job from job session ...@@ -37,7 +37,7 @@ Show job details for executing job from job session
$ scontrol -d show job $SLURM_JOBID $ scontrol -d show job $SLURM_JOBID
``` ```
## Slurm job environment variables ## Slurm Job Environment Variables
Slurm provides usefull information to the job via environment variables. Environment variables are available on all nodes allocated to job when accessed via Slurm supported means (srun, compatible mpirun). Slurm provides usefull information to the job via environment variables. Environment variables are available on all nodes allocated to job when accessed via Slurm supported means (srun, compatible mpirun).
...@@ -72,7 +72,7 @@ p03-amd01 ...@@ -72,7 +72,7 @@ p03-amd01
p03-amd02 p03-amd02
``` ```
## Running interactive jobs ## Running Interactive Jobs
Run interactive job Run interactive job
...@@ -89,7 +89,7 @@ Run interactive job, with X11 forwarding ...@@ -89,7 +89,7 @@ Run interactive job, with X11 forwarding
!!! warning !!! warning
Do not use `srun` for initiating interactive jobs, subsequent `srun`, `mpirun` invocations would block forever. Do not use `srun` for initiating interactive jobs, subsequent `srun`, `mpirun` invocations would block forever.
## Running batch jobs ## Running Batch Jobs
Run batch job Run batch job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment