We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee59b3 commit 5478c63Copy full SHA for 5478c63
modules/nextflow/src/main/groovy/nextflow/executor/LsfExecutor.groovy
@@ -189,7 +189,7 @@ class LsfExecutor extends AbstractGridExecutor implements TaskArrayExecutor {
189
}
190
191
@Override
192
- protected List<String> getKillCommand() { ['bkill'] }
+ protected List<String> getKillCommand() { ['bkill', '-d'] }
193
194
195
protected List<String> queueStatusCommand( queue ) {
0 commit comments