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

BGQ - limit bluegene.conf option AllowSubBlockAllocations to only Q systems.

parent 5d2b961d
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,9 @@ ...@@ -47,8 +47,9 @@
#include <stdlib.h> #include <stdlib.h>
static s_p_options_t bg_conf_file_options[] = { static s_p_options_t bg_conf_file_options[] = {
#ifndef HAVE_BG_L_P
{"AllowSubBlockAllocations", S_P_BOOLEAN}, {"AllowSubBlockAllocations", S_P_BOOLEAN},
#ifdef HAVE_BGL #elif defined HAVE_BGL
{"BlrtsImage", S_P_STRING}, {"BlrtsImage", S_P_STRING},
{"LinuxImage", S_P_STRING}, {"LinuxImage", S_P_STRING},
{"RamDiskImage", S_P_STRING}, {"RamDiskImage", S_P_STRING},
......
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