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

fix for non bluegene systems

parent 13beaab2
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,11 @@ ...@@ -38,6 +38,11 @@
\*****************************************************************************/ \*****************************************************************************/
#include "bluegene.h" #include "bluegene.h"
#ifndef HAVE_BG
#include "defined_block.h"
#endif
#include "src/slurmctld/trigger_mgr.h" #include "src/slurmctld/trigger_mgr.h"
#include <fcntl.h> #include <fcntl.h>
...@@ -215,7 +220,7 @@ extern int fini ( void ) ...@@ -215,7 +220,7 @@ extern int fini ( void )
} }
#else #else
/*looking for blocks only I created */ /*looking for blocks only I created */
if (create_defined_blocks(bluegene_layout_mode) if (create_defined_blocks(bluegene_layout_mode, NULL)
== SLURM_ERROR) { == SLURM_ERROR) {
/* error in creating the static blocks, so /* error in creating the static blocks, so
* blocks referenced by submitted jobs won't * blocks referenced by submitted jobs won't
......
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