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

BGQ - update debug message to spell out what is going on better when

picking cnodes for a step.
parent 5189ef94
No related branches found
No related tags found
No related merge requests found
...@@ -1001,7 +1001,8 @@ try_again: ...@@ -1001,7 +1001,8 @@ try_again:
bit_not(ba_mp->cnode_bitmap); bit_not(ba_mp->cnode_bitmap);
info("ba_pick_sub_block_cnodes: " info("ba_pick_sub_block_cnodes: "
"using cnodes %s on mp %s " "using cnodes %s on mp %s "
"leaving '%s' usable in this block (%s)", "leaving '%s' on this midplane "
"usable in this block (%s)",
jobinfo->ionode_str, jobinfo->ionode_str,
ba_mp->coord_str, tmp_char, ba_mp->coord_str, tmp_char,
bg_record->bg_block_id); bg_record->bg_block_id);
...@@ -1107,8 +1108,8 @@ extern int ba_clear_sub_block_cnodes( ...@@ -1107,8 +1108,8 @@ extern int ba_clear_sub_block_cnodes(
ba_mp->cnode_bitmap, ba_mp_geo_system); ba_mp->cnode_bitmap, ba_mp_geo_system);
bit_not(ba_mp->cnode_bitmap); bit_not(ba_mp->cnode_bitmap);
info("ba_clear_sub_block_cnodes: " info("ba_clear_sub_block_cnodes: "
"cleared cnodes %s on mp %s, making '%s' usable " "cleared cnodes %s on mp %s, making '%s' "
"in this block (%s)", "on this midplane usable in this block (%s)",
tmp_char, ba_mp->coord_str, tmp_char2, tmp_char, ba_mp->coord_str, tmp_char2,
bg_record->bg_block_id); bg_record->bg_block_id);
xfree(tmp_char); xfree(tmp_char);
......
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