Skip to content

Commit

Permalink
Merge pull request #742 from mand35/patch-1
Browse files Browse the repository at this point in the history
[doc] Fix reference to `exclusive_access` in tutorial
  • Loading branch information
vkarak committed Apr 9, 2019
2 parents 2c41d15 + 3fddba9 commit 3724185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 3724185

Please sign in to comment.