File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
2142284.1.1 -- April, 2021
215229--------------------
You can’t perform that action at this time.
0 commit comments