From d008ecd190da450c1f5845887f0d7dd070a0daf0 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 18 Feb 2005 18:19:20 +0000 Subject: [PATCH] #ifdef out some variables for clean build. --- src/plugins/select/bluegene/partition_sys.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/select/bluegene/partition_sys.c b/src/plugins/select/bluegene/partition_sys.c index dac6a1e77ce..bda80de77db 100755 --- a/src/plugins/select/bluegene/partition_sys.c +++ b/src/plugins/select/bluegene/partition_sys.c @@ -183,9 +183,11 @@ int read_bgl_partitions() rm_partition_t *part_ptr; char node_name_tmp[7], *owner_name; bgl_record_t *bgl_record; +#if USE_BGL_FILE int part_number, lowest_part=300; char part_name[7]; - +#endif + /* This code is here to blow add partitions after we get the system to return correct location information */ -- GitLab