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

fix for bluegene system type in read_config.c

parent ede413a0
No related branches found
No related tags found
No related merge requests found
...@@ -1261,7 +1261,7 @@ validate_and_set_defaults(slurm_ctl_conf_t *conf, s_p_hashtbl_t *hashtbl) ...@@ -1261,7 +1261,7 @@ validate_and_set_defaults(slurm_ctl_conf_t *conf, s_p_hashtbl_t *hashtbl)
#ifdef HAVE_BG #ifdef HAVE_BG
/* Inactive limit must be zero on Blue Gene */ /* Inactive limit must be zero on Blue Gene */
error("InactiveLimit=%ld is invalid on Blue Gene", error("InactiveLimit=%ld is invalid on Blue Gene",
cont->inactive_limit); conf->inactive_limit);
conf->inactive_limit = 0; /* default value too */ conf->inactive_limit = 0; /* default value too */
#endif #endif
} else { } else {
......
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