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
salloc: Relinquishing job allocation 270
```
- srun
With the **srun** command you can also open an interactive session or you can run a program through the scheduler.
Interactive:
```
[user@res-hpc-lo01 ~]$ srun --pty bash
......
......