From 251c40041b760b0c0fc4c159efa49a8d9dd02b81 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 21 Aug 2012 14:48:16 -0700 Subject: [PATCH] BLUEGENE - remove clause for only P systems --- src/plugins/select/bluegene/bg_job_place.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/plugins/select/bluegene/bg_job_place.c b/src/plugins/select/bluegene/bg_job_place.c index 4c703385e6a..395f3fc58d5 100644 --- a/src/plugins/select/bluegene/bg_job_place.c +++ b/src/plugins/select/bluegene/bg_job_place.c @@ -551,7 +551,6 @@ static bg_record_t *_find_matching_block(List block_list, if ((request->conn_type[dim] != bg_record->conn_type[dim]) && (request->conn_type[dim] != SELECT_NAV)) { -#ifdef HAVE_BGP if (request->conn_type[0] >= SELECT_SMALL) { /* we only want to reboot blocks if they have to be so skip booted @@ -574,7 +573,7 @@ static bg_record_t *_find_matching_block(List block_list, */ goto good_conn_type; } -#endif + if (bg_conf->slurm_debug_flags & DEBUG_FLAG_BG_PICK) { char *req_conn_type = @@ -598,9 +597,8 @@ static bg_record_t *_find_matching_block(List block_list, if (dim != conn_type_dims) continue; -#ifdef HAVE_BGP good_conn_type: -#endif + /*****************************************/ /* match up geometry as "best" possible */ /*****************************************/ -- GitLab