From d0ff62719e66f1546a06ce7fb23a384e49dc5b07 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Mon, 29 Aug 2011 10:16:07 -0700 Subject: [PATCH] BGQ - minor rewording for sub-block creation/clearing --- src/plugins/select/bluegene/ba_bgq/block_allocator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/select/bluegene/ba_bgq/block_allocator.c b/src/plugins/select/bluegene/ba_bgq/block_allocator.c index 160de25bcf1..80444b0bfae 100644 --- a/src/plugins/select/bluegene/ba_bgq/block_allocator.c +++ b/src/plugins/select/bluegene/ba_bgq/block_allocator.c @@ -1028,7 +1028,7 @@ try_again: ba_mp->cnode_bitmap, ba_mp_geo_system); bit_not(ba_mp->cnode_bitmap); 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)", jobinfo->ionode_str, ba_mp->coord_str, tmp_char, @@ -1136,7 +1136,7 @@ extern int ba_clear_sub_block_cnodes( ba_mp->cnode_bitmap, ba_mp_geo_system); bit_not(ba_mp->cnode_bitmap); 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)", tmp_char, ba_mp->coord_str, tmp_char2, bg_record->bg_block_id); -- GitLab