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

Correct bad function call.

parent 0f2e6379
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,8 @@ extern int fini ( void )
}
#else
/*looking for blocks only I created */
if (create_dynamic_blocks() == SLURM_ERROR) {
if (create_defined_blocks(bluegene_layout_mode)
== SLURM_ERROR) {
/* error in creating the static blocks, so
* blocks referenced by submitted jobs won't
* 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