From 3fddba93f126e2c6576883c7b868cc395fa43993 Mon Sep 17 00:00:00 2001 From: mand35 Date: Tue, 9 Apr 2019 12:14:12 +1200 Subject: [PATCH] tutorial exclusive access You now named the variable exclusive_access, and not just exclusive anymore. This needs to be reflected in the documentation --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 7cdd27f3fc..43b1458ca9 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -450,7 +450,7 @@ For schedulers that do not provide the same functionality, some of the variables ``time_limit = (0, 10, 30)`` ``--time=00:10:30`` ``use_multithreading = True`` ``--hint=multithread`` ``use_multithreading = False`` ``--hint=nomultithread`` - ``exclusive = True`` ``--exclusive`` + ``exclusive_access = True`` ``--exclusive`` ``num_tasks=72`` ``--ntasks=72`` ``num_tasks_per_node=36`` ``--ntasks-per-node=36`` ``num_cpus_per_task=4`` ``--cpus-per-task=4``