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

BLUEGENE - Fix for bluegene systems to be able to create 32 node blocks with...

BLUEGENE - Fix for bluegene systems to be able to create 32 node blocks with only 16 psets defined in dynamic layout mode.
parent b6fcd745
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ documents those changes that are of interest to users and admins. ...@@ -3,6 +3,8 @@ documents those changes that are of interest to users and admins.
* Changes in SLURM 2.0.0 * Changes in SLURM 2.0.0
============================ ============================
-- Fix for bluegene systems to be able to create 32 node blocks with only
16 psets defined in dynamic layout mode.
* Changes in SLURM 2.0.0-rc2 * Changes in SLURM 2.0.0-rc2
============================ ============================
......
...@@ -1089,7 +1089,7 @@ extern int read_bg_conf(void) ...@@ -1089,7 +1089,7 @@ extern int read_bg_conf(void)
/* figure out the smallest block we can have on the /* figure out the smallest block we can have on the
system */ system */
#ifdef HAVE_BGL #ifdef HAVE_BGL
if(bg_conf->io_ratio >= 2) if(bg_conf->io_ratio >= 1)
bg_conf->smallest_block=32; bg_conf->smallest_block=32;
else else
bg_conf->smallest_block=128; bg_conf->smallest_block=128;
......
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