Skip to content

Commit 9b4e5d3

Browse files
committed
Update plugins.rst
1 parent 4154b68 commit 9b4e5d3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

doc/users/plugins.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ particular node might use more resources than other nodes in a workflow.
140140
LSF
141141
---
142142

143-
Submitting via LSF is almost identical to SGE above:
143+
Submitting via LSF is almost identical to SGE above above except for the optional arguments field:
144144

145145
workflow.run(plugin='LSF')
146146

@@ -149,6 +149,18 @@ Optional arguments::
149149
template: custom template file to use
150150
bsub_args: any other command line args to be passed to bsub.
151151

152+
SLURM
153+
-----
154+
155+
Submitting via SLURM is almost identical to SGE above except for the optional arguments field:
156+
157+
workflow.run(plugin='SLURM')
158+
159+
Optional arguments::
160+
161+
template: custom template file to use
162+
sbatch_args: any other command line args to be passed to bsub.
163+
152164
HTCondor
153165
--------
154166

0 commit comments

Comments
 (0)