Update home authored by Tim Cramer's avatar Tim Cramer
......@@ -25,8 +25,9 @@ salloc -A supp0006 --ntasks=2 --time=04:00:00 -p c23test
```
2. GPUs:
```
#SBATCH -A supp0006 -p c23gputest --gres=gpu:<numgpus>
```
* Zum Anzeigen der Queue ist der Parameter ebenfalls notwendig, also z.B.:
```
squeue -p c23test
......
......