@@ -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.