diff --git a/pages/merlin6/03 Job Submission/running-jobs.md b/pages/merlin6/03 Job Submission/running-jobs.md index 1219f95..892b7da 100644 --- a/pages/merlin6/03 Job Submission/running-jobs.md +++ b/pages/merlin6/03 Job Submission/running-jobs.md @@ -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 ``` 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 the GPUs as a consumable resource. These are the following: * `--gpus=[:]` *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. * `--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. - 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. #### GPU advanced settings