Skip to content
Snippets Groups Projects
Commit e7cfeca0 authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - Missed one

parent 50dc2ce6
No related branches found
No related tags found
No related merge requests found
...@@ -143,8 +143,8 @@ static void _send_failed_cnodes(uint32_t job_id, uint32_t step_id, uint16_t sig) ...@@ -143,8 +143,8 @@ static void _send_failed_cnodes(uint32_t job_id, uint32_t step_id, uint16_t sig)
if ((count > max_tries) if ((count > max_tries)
|| rc == ESLURM_ALREADY_DONE || rc == ESLURM_INVALID_JOB_ID) || rc == ESLURM_ALREADY_DONE || rc == ESLURM_INVALID_JOB_ID)
break; break;
std::cerr << "Trying to fail cnodes, message from slurmctld: " LOG_WARN_MSG("Trying to fail cnodes, message from slurmctld: "
<< slurm_strerror(rc) << std::endl; << slurm_strerror(rc));
sleep (5); sleep (5);
count++; count++;
} }
......
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