Skip to content
Snippets Groups Projects
Commit b25bb642 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files
parent 0da22580
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ _cancel_job_id (uint32_t job_id, uint16_t signal) ...@@ -221,7 +221,7 @@ _cancel_job_id (uint32_t job_id, uint16_t signal)
for (i=0; i<MAX_CANCEL_RETRY; i++) { for (i=0; i<MAX_CANCEL_RETRY; i++) {
if (signal == (uint16_t)-1) { if (signal == (uint16_t)-1) {
verbose("Terminating job %u", SIGKILL, job_id); verbose("Terminating job %u", job_id);
error_code = slurm_kill_job (job_id, SIGKILL, error_code = slurm_kill_job (job_id, SIGKILL,
(uint16_t)opt.batch); (uint16_t)opt.batch);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment