Changes
Page history
Update home
authored
Feb 13, 2024
by
Tim Cramer
Show whitespace changes
Inline
Side-by-side
home.md
View page @
be64b99b
...
...
@@ -21,12 +21,15 @@ salloc -A supp0006 --ntasks=2 --time=04:00:00 -p c23test
1.
CPUs:
```
#SBATCH -A supp0006 -p c23test
#SBATCH -A supp0006
#SBATCH -p c23test
```
2.
GPUs:
```
#SBATCH -A supp0006 -p c23gputest --gres=gpu:<numgpus>
#SBATCH -A supp0006
#SBATCH -p c23gputest
#SBATCH --gres=gpu:<numgpus>
```
*
Zum Anzeigen der Queue ist der Parameter ebenfalls notwendig, also z.B.:
```
...
...
...
...