Skip to content

Commit 1396ea9

Browse files
committed
Print out more info from scancel
1 parent f80af90 commit 1396ea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

var/ramble/repos/builtin/workflow_managers/slurm/batch_cancel.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55
job_id=$(get_job_id)
66

7-
scancel ${job_id}
7+
# Use verbose to print out warnings of invalid job_id
8+
scancel --verbose ${job_id}

0 commit comments

Comments
 (0)