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

just changes in comments for better clarity

parent d0453c8f
No related branches found
No related tags found
No related merge requests found
...@@ -1211,10 +1211,10 @@ extern int select_p_alter_node_cnt(enum select_node_cnt type, void *data) ...@@ -1211,10 +1211,10 @@ extern int select_p_alter_node_cnt(enum select_node_cnt type, void *data)
/* See if min_nodes is greater than one base partition */ /* See if min_nodes is greater than one base partition */
if(job_desc->min_nodes > bluegene_bp_node_cnt) { if(job_desc->min_nodes > bluegene_bp_node_cnt) {
/* /*
if it is make sure it is a factor of * if it is make sure it is a factor of
bluegene_bp_node_cnt, if it isn't make it * bluegene_bp_node_cnt, if it isn't make it
that way * that way
*/ */
tmp = job_desc->min_nodes % bluegene_bp_node_cnt; tmp = job_desc->min_nodes % bluegene_bp_node_cnt;
if(tmp > 0) if(tmp > 0)
job_desc->min_nodes += job_desc->min_nodes +=
......
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