diff --git a/src/plugins/select/bluegene/bg_job_place.c b/src/plugins/select/bluegene/bg_job_place.c index 4c703385e6aaab34eb98ce0745c0bac6f04c4a2f..395f3fc58d557ac135a2c7e92052ca0efd22a274 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 */ /*****************************************/