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

Update job-scheduling.md - srun warning

parent 8caea792
No related branches found
No related tags found
No related merge requests found
Pipeline #28871 passed with warnings
...@@ -42,6 +42,8 @@ Run interactive job, with X11 forwarding ...@@ -42,6 +42,8 @@ Run interactive job, with X11 forwarding
```console ```console
$ salloc -A PROJECT-ID -p p01-arm --x11 $ salloc -A PROJECT-ID -p p01-arm --x11
``` ```
!!! warning
Do not use srun for initiating interactive jobs, subsequent srun, mpirun invocations would block forever.
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