Skip to content

Commit beec4be

Browse files
committed
Merge pull request #1380 from srothmei/patch-2
Added important flag to the OAR section
2 parents ba5a265 + 362fa04 commit beec4be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/users/plugins.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,11 @@ a custom template::
298298
In addition to overall workflow configuration, you can use node level
299299
configuration for OAR::
300300

301-
node.plugin_args = {'oarsub_args': '-l "nodes=1/cores=3"'}
301+
node.plugin_args = {'overwrite': True, 'oarsub_args': '-l "nodes=1/cores=3"'}
302302

303303
this would apply only to the node and is useful in situations, where a
304304
particular node might use more resources than other nodes in a workflow.
305+
You need to set the 'overwrite' flag to bypass the general settings-template you defined for the other nodes.
305306

306307

307308
``qsub`` emulation

0 commit comments

Comments
 (0)