Skip to content
Snippets Groups Projects
Commit f33f6622 authored by Morris Jette's avatar Morris Jette
Browse files

select/cons_res: Improve logging

parent 308f86ab
No related branches found
No related tags found
No related merge requests found
...@@ -2172,6 +2172,10 @@ extern int cr_job_test(struct job_record *job_ptr, bitstr_t *node_bitmap, ...@@ -2172,6 +2172,10 @@ extern int cr_job_test(struct job_record *job_ptr, bitstr_t *node_bitmap,
FREE_NULL_BITMAP(free_cores); FREE_NULL_BITMAP(free_cores);
FREE_NULL_BITMAP(avail_cores); FREE_NULL_BITMAP(avail_cores);
xfree(cpu_count); xfree(cpu_count);
if (select_debug_flags & DEBUG_FLAG_CPU_BIND) {
info("cons_res: cr_job_test: test 0 fail: "
"waiting for switches");
}
return SLURM_ERROR; return SLURM_ERROR;
} }
if (cr_type == CR_MEMORY) { if (cr_type == CR_MEMORY) {
......
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