File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ particular node might use more resources than other nodes in a workflow.
140140LSF
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+
152164HTCondor
153165--------
154166
You can’t perform that action at this time.
0 commit comments