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

BLUEGENE - fix to set conn_type correctly if sharing a midplane block

and going to create.
parent 2d0ce05c
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ extern List create_dynamic_block(List block_list,
if (bg_conf->sub_blocks && (cnodes < bg_conf->mp_cnode_cnt)) {
cnodes = bg_conf->mp_cnode_cnt;
request->conn_type[0] = SELECT_TORUS;
} else if (cnodes < bg_conf->smallest_block) {
error("Can't create this size %d "
"on this system the smallest block is %u",
......
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