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

BLUEGENE - fix for handling default conn_type

parent 76813950
No related branches found
No related tags found
No related merge requests found
......@@ -1612,7 +1612,7 @@ extern int submit_job(struct job_record *job_ptr, bitstr_t *slurm_block_bitmap,
jobinfo->conn_type[0] = SELECT_SMALL;
for (dim=1; dim<SYSTEM_DIMENSIONS; dim++)
jobinfo->conn_type[dim] = SELECT_NAV;
} else if (min_nodes > 1) {
} else if (job_ptr->details->max_cpus >= bg_conf->cpus_per_mp) {
for (dim=0; dim<SYSTEM_DIMENSIONS; dim++)
jobinfo->conn_type[dim] =
bg_conf->default_conn_type[dim];
......
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