From 0ef670aa566f694c5ed29b5579e4cb38d3dbc046 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 22 Aug 2012 14:15:00 -0700
Subject: [PATCH] BLUEGENE - fix to set conn_type correctly if sharing a
 midplane block and going to create.

---
 src/plugins/select/bluegene/bg_dynamic_block.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/select/bluegene/bg_dynamic_block.c b/src/plugins/select/bluegene/bg_dynamic_block.c
index db6f8452786..31e9efb9052 100644
--- a/src/plugins/select/bluegene/bg_dynamic_block.c
+++ b/src/plugins/select/bluegene/bg_dynamic_block.c
@@ -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",
-- 
GitLab