From 6077a6d04f89314d3317da9a0600651086ab1eb5 Mon Sep 17 00:00:00 2001 From: Luke Robison Date: Mon, 9 Sep 2024 19:17:40 +0000 Subject: [PATCH] coll/han/allreduce: squelch a particularly noisy log message Signed-off-by: Luke Robison --- ompi/mca/coll/han/coll_han_allreduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/han/coll_han_allreduce.c b/ompi/mca/coll/han/coll_han_allreduce.c index d763a5211f2..26ed44daf89 100644 --- a/ompi/mca/coll/han/coll_han_allreduce.c +++ b/ompi/mca/coll/han/coll_han_allreduce.c @@ -132,7 +132,7 @@ mca_coll_han_allreduce_intra(const void *sbuf, seg_count); /* Determine number of elements sent per task. */ - OPAL_OUTPUT_VERBOSE((10, mca_coll_han_component.han_output, + OPAL_OUTPUT_VERBOSE((30, mca_coll_han_component.han_output, "In HAN Allreduce seg_size %d seg_count %d count %zu\n", mca_coll_han_component.han_allreduce_segsize, seg_count, count)); int num_segments = (count + seg_count - 1) / seg_count;