Update home authored by van Vliet's avatar van Vliet
......@@ -1158,7 +1158,7 @@ You have to create a small job which will allocate a reservation on res-hpc-gpu0
Run:
```
srun -n 1 -c 1 --gres=gpu:1 -p gpu -w res-hpc-gpu01 -t 2:0:0 --mem=200M --pty bash
srun -n 1 -c 1 -p gpu -w res-hpc-gpu01 -t 2:0:0 --mem=200M --pty bash
```
You are now logged in on res-hpc-gpu01
......
......