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.
140
140
LSF
141
141
---
142
142
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 :
144
144
145
145
workflow.run(plugin='LSF')
146
146
@@ -149,6 +149,18 @@ Optional arguments::
149
149
template: custom template file to use
150
150
bsub_args: any other command line args to be passed to bsub.
151
151
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
+
152
164
HTCondor
153
165
--------
154
166
You can’t perform that action at this time.
0 commit comments