Skip to content

Commit 6ba3150

Browse files
committed
Some NEWS updates:
- ompi_display_comm - Persistent collectives. - Sparbit allgather/allgatherv. Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent 651be39 commit 6ba3150

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,20 @@ v5.0.0rc1 -- September, 2021
210210
- Various oshmem:ucx bugfixes and performance improvements
211211
- common/ofi: Disable new monitor API until libfabric 1.14.0
212212
- Fix AVX detection with icc
213+
- mpirun option "--mca ompi_display_comm mpi_init/mpi_finalize"
214+
has been added. Enables a communication protocol report:
215+
when MPI_Init is invoked (using the 'mpi_init' value) and/or
216+
when MPI_Finalize is invoked (using the 'mpi_finalize' value).
217+
- New algorithm for Allgather and Allgatherv added, based on the
218+
paper "Sparbit: a new logarithmic-cost and data locality-aware MPI
219+
Allgather algorithm". Default algorithm selection rules are
220+
un-changed, to use these algorithms add:
221+
"--mca coll_tuned_allgather_algorithm sparbit" and/or
222+
"--mca coll_tuned_allgatherv_algorithm sparbit"
223+
Thanks to: Wilton Jaciel Loch <wiltonloch wilton.loch@gmail.com>,
224+
and Guilherme Koslovski for their contribution.
225+
- MPI-4: Persistent collectives have been moved to the MPI
226+
namespace from MPIX.
213227

214228
4.1.1 -- April, 2021
215229
--------------------

0 commit comments

Comments
 (0)