From c7b43fc0a0acf5f82c9a44a17750eb2028d8a5c3 Mon Sep 17 00:00:00 2001 From: Camilla Harris Date: Mon, 23 Sep 2024 17:06:06 +0100 Subject: [PATCH] Update option flags for Myriad SGE --- .../UCL_Myriad_sge/scheduler/option-flags-list.snip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/snippets_library/UCL_Myriad_sge/scheduler/option-flags-list.snip b/_includes/snippets_library/UCL_Myriad_sge/scheduler/option-flags-list.snip index f6961da7..e7f9010c 100644 --- a/_includes/snippets_library/UCL_Myriad_sge/scheduler/option-flags-list.snip +++ b/_includes/snippets_library/UCL_Myriad_sge/scheduler/option-flags-list.snip @@ -4,8 +4,8 @@ * `-pe mpi ` — How many CPUs does your job need? If you only need one CPU you can leave this out. -* `mem=` — How much memory per process does your job need? Must be +* `-l mem=` — How much memory per process does your job need? Must be an integer followed by M, G, or T to specify Mega, Giga or Terabytes. -* `wd /home//Scratch/` — Set the working +* `-wd /home//Scratch/` — Set the working directory to somewhere in your scratch space.