From 3a55846426c3bb7d3526606fe2e523304643ff0a Mon Sep 17 00:00:00 2001 From: caubet_m Date: Fri, 15 Jan 2021 13:04:56 +0100 Subject: [PATCH] Fixed typo --- pages/merlin6/03 Job Submission/running-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/merlin6/03 Job Submission/running-jobs.md b/pages/merlin6/03 Job Submission/running-jobs.md index 8463ec5..edbb77b 100644 --- a/pages/merlin6/03 Job Submission/running-jobs.md +++ b/pages/merlin6/03 Job Submission/running-jobs.md @@ -130,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 furter information. + Please read below **[GPU advanced settings](/merlin6/running-jobs.html#gpu-advanced-settings)** for further information. * Please, consider that one can specify the GPU `type` in some options. If one needs to specify it, then it must be specified in all options defined in the Slurm job. #### GPU advanced settings