Skip to content
Snippets Groups Projects
Commit d9e8fe37 authored by Moe Jette's avatar Moe Jette
Browse files

Make ChangeNumpsets configuration parameter in bluegene.conf be optional.

parent 6cd1e7af
No related branches found
No related tags found
No related merge requests found
...@@ -779,7 +779,7 @@ extern int read_bgl_conf(void) ...@@ -779,7 +779,7 @@ extern int read_bgl_conf(void)
if (!bluegene_ramdisk) if (!bluegene_ramdisk)
fatal("RamDiskImage not configured in bluegene.conf"); fatal("RamDiskImage not configured in bluegene.conf");
if (!change_numpsets) if (!change_numpsets)
fatal("change_numpsets not configured in bluegene.conf"); info("Warning: ChangeNumpsets not configured in bluegene.conf");
/* Check to see if the configs we have are correct */ /* Check to see if the configs we have are correct */
if (!_validate_config_nodes()) { if (!_validate_config_nodes()) {
......
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