From 1b8df9e463d27238295068fe44ea62f6d56510e8 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Thu, 28 Jul 2005 20:49:12 +0000
Subject: [PATCH] minor mod

---
 src/plugins/select/bluegene/bgl_switch_connections.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugins/select/bluegene/bgl_switch_connections.c b/src/plugins/select/bluegene/bgl_switch_connections.c
index 1fc5afa2bd4..74379b5531c 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);
-- 
GitLab