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

BGQ - minor rewording for sub-block creation/clearing

parent 972a185f
No related branches found
No related tags found
No related merge requests found
...@@ -1028,7 +1028,7 @@ try_again: ...@@ -1028,7 +1028,7 @@ try_again:
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_pick_sub_block_cnodes: " info("ba_pick_sub_block_cnodes: "
"using %s cnodes on mp %s " "using cnodes %s on mp %s "
"leaving '%s' usable in this block (%s)", "leaving '%s' usable in this block (%s)",
jobinfo->ionode_str, jobinfo->ionode_str,
ba_mp->coord_str, tmp_char, ba_mp->coord_str, tmp_char,
...@@ -1136,7 +1136,7 @@ extern int ba_clear_sub_block_cnodes( ...@@ -1136,7 +1136,7 @@ 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 %s cnodes on mp %s, making '%s' usable " "cleared cnodes %s on mp %s, making '%s' usable "
"in this block (%s)", "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);
......
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