Fixed 2 sentences
This commit is contained in:
parent
c110a835fc
commit
46c1a6df0a
@ -122,7 +122,6 @@ The following settings are required for running on the GPU nodes:
|
|||||||
#SBATCH --gres=gpu # Always set at least this option when using GPUs
|
#SBATCH --gres=gpu # Always set at least this option when using GPUs
|
||||||
```
|
```
|
||||||
This option is still valid as this might be needed by other resources, but for GPUs new options (i.e. `--gpus`, `--mem-per-gpu`) can be used, which provide more flexibility when running on GPUs.
|
This option is still valid as this might be needed by other resources, but for GPUs new options (i.e. `--gpus`, `--mem-per-gpu`) can be used, which provide more flexibility when running on GPUs.
|
||||||
Please read below **[GPU advanced settings](/merlin6/running-jobs.html#gpu-advanced-settings)** for other `--gpus` options.
|
|
||||||
* **`[Valid from 08.01.2021]` GPU options (instead of GRES):** Slurm must be aware that the job will use GPUs. New options are available for specifying
|
* **`[Valid from 08.01.2021]` GPU options (instead of GRES):** Slurm must be aware that the job will use GPUs. New options are available for specifying
|
||||||
the GPUs as a consumable resource. These are the following:
|
the GPUs as a consumable resource. These are the following:
|
||||||
* `--gpus=[<type>:]<number>` *instead of* (but also in addition with) `--gres=gpu`: specifies the total number of GPUs required for the job.
|
* `--gpus=[<type>:]<number>` *instead of* (but also in addition with) `--gres=gpu`: specifies the total number of GPUs required for the job.
|
||||||
@ -131,7 +130,7 @@ the GPUs as a consumable resource. These are the following:
|
|||||||
* `--cpus-per-gpu`, to specify the number of CPUs to be used for each GPU.
|
* `--cpus-per-gpu`, to specify the number of CPUs to be used for each GPU.
|
||||||
* `--mem-per-gpu`, to specify the amount of memory to be used for each GPU.
|
* `--mem-per-gpu`, to specify the amount of memory to be used for each GPU.
|
||||||
* Other advanced options (i.e. `--gpu-bind`). Please see **man** pages for **sbatch**/**srun**/**salloc** (i.e. *`man sbatch`*) for further information.
|
* Other advanced options (i.e. `--gpu-bind`). Please see **man** pages for **sbatch**/**srun**/**salloc** (i.e. *`man sbatch`*) for further information.
|
||||||
Please read below **[GPU advanced settings](/merlin6/running-jobs.html#gpu-advanced-settings)** for other `--gpus` options.
|
Please read below **[GPU advanced settings](/merlin6/running-jobs.html#gpu-advanced-settings)** for furter information.
|
||||||
* Please, consider that one can specify the GPU `type` on some of the options. If one needs to specify it, then it must be specified in all options defined in the Slurm job.
|
* Please, consider that one can specify the GPU `type` on some of the options. If one needs to specify it, then it must be specified in all options defined in the Slurm job.
|
||||||
|
|
||||||
#### GPU advanced settings
|
#### GPU advanced settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user