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
  • Loading branch information
lrbison committed Sep 9, 2024
1 parent cb82581 commit e6c34d3
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 e6c34d3

Please sign in to comment.