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

Edit karolina-slurm.md

parent 599d5ae9
No related branches found
No related tags found
No related merge requests found
Pipeline #43424 failed
......@@ -87,6 +87,12 @@ There are employed some restrictions which aim to provide fair division and effi
To allocate more GPUs use `--gpus` option.
The default behavior is to allocate enough nodes to satisfy the requested resources as expressed by `--gpus` option and without delaying the initiation of the job.
The following code requests one GPU. One GPU and 16 CPU cores will be allocated to the job. Up to eight jobs could run on single GPU node.
```console
#SBATCH --gpus 1
```
The following code requests four GPUs; scheduler can allocate from one up to four nodes depending on the actual cluster state (i.e. GPU availability) to fulfil the request.
```console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment