From d25370d2f80db22be93a4128293190a5ef427260 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Fri, 15 Jan 2021 13:00:16 +0100 Subject: [PATCH] Fixed 2 sentences --- 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 892b7da..8463ec5 100644 --- a/pages/merlin6/03 Job Submission/running-jobs.md +++ b/pages/merlin6/03 Job Submission/running-jobs.md @@ -131,7 +131,7 @@ the GPUs as a consumable resource. These are the following: * `--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, 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` 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