diff --git a/src/plugins/select/bluegene/ba_bgq/block_allocator.c b/src/plugins/select/bluegene/ba_bgq/block_allocator.c index 1f7b97d6ead86d63952006ae06b655cbfdb33500..c66568667025a0d856a059a6391d063b964e47a2 100644 --- a/src/plugins/select/bluegene/ba_bgq/block_allocator.c +++ b/src/plugins/select/bluegene/ba_bgq/block_allocator.c @@ -839,6 +839,10 @@ extern char *set_bg_block(List results, select_ba_request_t* ba_request) if ((ba_request->conn_type[dim] == SELECT_MESH) && (ba_geo_table->geometry[dim] == 1)) ba_request->conn_type[dim] = SELECT_TORUS; + /* else if ((ba_request->conn_type[dim] == SELECT_MESH) */ + /* && (ba_geo_table->geometry[dim] */ + /* == DIM_SIZE[dim])) */ + /* ba_request->conn_type[dim] = SELECT_TORUS; */ } itr = list_iterator_create(main_mps);