Skip to content

Commit 1fcd730

Browse files
author
Luke Robison
committed
coll/han: reduce coll:han:get_algorithm prints
Increase coll:han:get_algorithm verbosity level from 1 to 30, to avoid flooding terminal at any verbosity level. Thirty seems to be used for most of the other han dynamic selection prints. Signed-off-by: Luke Robison <lrbison@amazon.com>
1 parent 1b95379 commit 1fcd730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/han/coll_han_dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ get_algorithm(COLLTYPE_T coll_id,
354354
}
355355
}
356356
if ( 0 == rank ) {
357-
opal_output_verbose(1, mca_coll_han_component.han_output,
357+
opal_output_verbose(30, mca_coll_han_component.han_output,
358358
"coll:han:get_algorithm %s size:%ld algorithm:%d %s",
359359
mca_coll_base_colltype_to_str(coll_id),
360360
msg_size,

0 commit comments

Comments
 (0)