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

same as before

parent 1d871df5
No related branches found
No related tags found
No related merge requests found
......@@ -594,8 +594,8 @@ extern void pack_job_resources(job_resources_t *job_resrcs_ptr, Buf buffer)
pack_bit_str(job_resrcs_ptr->core_bitmap, buffer);
pack_bit_str(job_resrcs_ptr->core_bitmap_used, buffer);
/* Do not pack the node_bitmap, but rebuild it in
* reset_node_bitmap()
* based upon job_ptr->nodes and the current node table */
* reset_node_bitmap() based upon job_ptr->nodes and
* the current node table */
}
#endif
}
......
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