Skip to content

Commit

Permalink
coll/han/allreduce: squelch a particularly noisy log message
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Robison <[email protected]>
  • Loading branch information
lrbison committed Oct 11, 2024
1 parent 0b3f4b8 commit 6077a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/mca/coll/han/coll_han_allreduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6077a6d

Please sign in to comment.