Update home authored by van Vliet's avatar van Vliet
...@@ -642,7 +642,9 @@ Hello world from process 009 out of 032, processor name res-hpc-exe013.researchl ...@@ -642,7 +642,9 @@ Hello world from process 009 out of 032, processor name res-hpc-exe013.researchl
salloc: Relinquishing job allocation 270 salloc: Relinquishing job allocation 270
``` ```
- srun - srun
With the **srun** command you can also open an interactive session or you can run a program through the scheduler. With the **srun** command you can also open an interactive session or you can run a program through the scheduler.
Interactive: Interactive:
``` ```
[user@res-hpc-lo01 ~]$ srun --pty bash [user@res-hpc-lo01 ~]$ srun --pty bash
... ...
......