diff --git a/src/plugins/select/bluegene/bgl_switch_connections.c b/src/plugins/select/bluegene/bgl_switch_connections.c index 1fc5afa2bd494dcf3be0f377f6e9361049ba8e8c..74379b5531cb5abf725c8b85bbf9cb01a8f69d2d 100644 --- a/src/plugins/select/bluegene/bgl_switch_connections.c +++ b/src/plugins/select/bluegene/bgl_switch_connections.c @@ -358,9 +358,9 @@ extern int configure_partition_switches(bgl_record_t * bgl_record) _lookat_path(bgl_bp, pa_switch, 0, 1, i); } - if(pa_switch->int_wire[1].used) { - _lookat_path(bgl_bp, pa_switch, 1, 0, i); - } + /* if(pa_switch->int_wire[1].used) { */ +/* _lookat_path(bgl_bp, pa_switch, 1, 0, i); */ +/* } */ } } list_iterator_destroy(itr);