We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba5a265 + 362fa04 commit beec4beCopy full SHA for beec4be
doc/users/plugins.rst
@@ -298,10 +298,11 @@ a custom template::
298
In addition to overall workflow configuration, you can use node level
299
configuration for OAR::
300
301
- node.plugin_args = {'oarsub_args': '-l "nodes=1/cores=3"'}
+ node.plugin_args = {'overwrite': True, 'oarsub_args': '-l "nodes=1/cores=3"'}
302
303
this would apply only to the node and is useful in situations, where a
304
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.
306
307
308
``qsub`` emulation
0 commit comments