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

BLUEGENE - better debug

parent ad7357cf
No related branches found
No related tags found
No related merge requests found
...@@ -69,9 +69,8 @@ extern List create_dynamic_block(List block_list, ...@@ -69,9 +69,8 @@ extern List create_dynamic_block(List block_list,
if (cnodes < bg_conf->smallest_block) { if (cnodes < bg_conf->smallest_block) {
error("Can't create this size %d " error("Can't create this size %d "
"on this system ionodes_per_mp is %u", "on this system the smallest block is %u",
request->procs, cnodes, bg_conf->smallest_block);
bg_conf->ionodes_per_mp);
goto finished; goto finished;
} }
memset(&blockreq, 0, sizeof(select_ba_request_t)); memset(&blockreq, 0, sizeof(select_ba_request_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