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

fix for non-bluegene systems using the bluegene plugin

parent 6be16d13
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ extern int fini ( void ) ...@@ -178,7 +178,7 @@ extern int fini ( void )
} }
#else #else
/*looking for blocks only I created */ /*looking for blocks only I created */
if (create_static_blocks() == SLURM_ERROR) { if (create_dynamic_blocks() == 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
* correspond to actual slurm blocks. * correspond to actual slurm blocks.
......
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