Skip to content
Snippets Groups Projects
Commit 98a11729 authored by Moe Jette's avatar Moe Jette
Browse files

purely cosmetic change

parent df65c010
No related branches found
No related tags found
No related merge requests found
......@@ -369,10 +369,11 @@ static void _block_sync_core_bitmap(struct job_record *job_ptr,
}
if (cpus > 0)
if (cpus > 0) {
/* cpu count should NEVER be greater than the number
* of set bits in the core bitmap for a given node */
fatal("cons_res: cpus computation error");
}
/* adjust cpus count of the current node */
if ((alloc_cores || alloc_sockets) &&
......
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