Skip to content

Commit c1ddbd5

Browse files
committed
coll/han/allreduce: squelch a particularly noisy log message
Signed-off-by: Luke Robison <[email protected]>
1 parent 4ccfe9f commit c1ddbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/han/coll_han_allreduce.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ mca_coll_han_allreduce_intra(const void *sbuf,
132132
seg_count);
133133

134134
/* Determine number of elements sent per task. */
135-
OPAL_OUTPUT_VERBOSE((10, mca_coll_han_component.han_output,
135+
OPAL_OUTPUT_VERBOSE((30, mca_coll_han_component.han_output,
136136
"In HAN Allreduce seg_size %d seg_count %d count %zu\n",
137137
mca_coll_han_component.han_allreduce_segsize, seg_count, count));
138138
int num_segments = (count + seg_count - 1) / seg_count;

0 commit comments

Comments
 (0)