Skip to content

Commit cbac689

Browse files
committed
use bkill -d to mark the LSF job as done
Signed-off-by: Cristian Goina <goinac@janelia.hhmi.org>
1 parent 1ee59b3 commit cbac689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nextflow/src/main/groovy/nextflow/executor/LsfExecutor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class LsfExecutor extends AbstractGridExecutor implements TaskArrayExecutor {
189189
}
190190

191191
@Override
192-
protected List<String> getKillCommand() { ['bkill'] }
192+
protected List<String> getKillCommand() { ['bkill', '-d'] }
193193

194194
@Override
195195
protected List<String> queueStatusCommand( queue ) {

0 commit comments

Comments
 (0)