Skip to content
Snippets Groups Projects
Commit 251c4004 authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - remove clause for only P systems

parent 5c7428f8
No related branches found
No related tags found
No related merge requests found
...@@ -551,7 +551,6 @@ static bg_record_t *_find_matching_block(List block_list, ...@@ -551,7 +551,6 @@ static bg_record_t *_find_matching_block(List block_list,
if ((request->conn_type[dim] if ((request->conn_type[dim]
!= bg_record->conn_type[dim]) != bg_record->conn_type[dim])
&& (request->conn_type[dim] != SELECT_NAV)) { && (request->conn_type[dim] != SELECT_NAV)) {
#ifdef HAVE_BGP
if (request->conn_type[0] >= SELECT_SMALL) { if (request->conn_type[0] >= SELECT_SMALL) {
/* we only want to reboot blocks if /* we only want to reboot blocks if
they have to be so skip booted they have to be so skip booted
...@@ -574,7 +573,7 @@ static bg_record_t *_find_matching_block(List block_list, ...@@ -574,7 +573,7 @@ static bg_record_t *_find_matching_block(List block_list,
*/ */
goto good_conn_type; goto good_conn_type;
} }
#endif
if (bg_conf->slurm_debug_flags if (bg_conf->slurm_debug_flags
& DEBUG_FLAG_BG_PICK) { & DEBUG_FLAG_BG_PICK) {
char *req_conn_type = char *req_conn_type =
...@@ -598,9 +597,8 @@ static bg_record_t *_find_matching_block(List block_list, ...@@ -598,9 +597,8 @@ static bg_record_t *_find_matching_block(List block_list,
if (dim != conn_type_dims) if (dim != conn_type_dims)
continue; continue;
#ifdef HAVE_BGP
good_conn_type: good_conn_type:
#endif
/*****************************************/ /*****************************************/
/* match up geometry as "best" possible */ /* match up geometry as "best" possible */
/*****************************************/ /*****************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment