Skip to content
Snippets Groups Projects
Commit b1b1cbf7 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update karolina-slurm.md

parent 20e9173f
Branches
No related tags found
No related merge requests found
Pipeline #33880 passed with warnings
......@@ -67,6 +67,18 @@ There is no need to specify the number of cores and memory size, on the contrary
...
```
To allocate more GPUs use `--gpus` option.
```console
#SBATCH --gpus 4
```
To allocate whole GPU accelerated node use `--exclusive` option
```console
#SBATCH --exclusive
```
## Using Fat Queue
Access [data analytics aka fat node][6].
......@@ -90,7 +102,6 @@ To allocate whole fat node use `--exclusive` option
```console
#SBATCH --exclusive
...
```
## Using Viz Queue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment