@@ -4,9 +4,9 @@ Open MPI v5.0.x series
44This file contains all the NEWS updates for the Open MPI v5.0.x
55series, in reverse chronological order.
66
7- Open MPI version 5.0.0rc12
7+ Open MPI version 5.0.0rc13
88--------------------------
9- :Date: 19 May 2023
9+ :Date: 29 September 2023
1010
1111.. admonition :: The MPIR API has been removed
1212 :class: warning
@@ -66,30 +66,23 @@ Open MPI version 5.0.0rc12
6666 Libevent symbols and then statically pulled the
6767 library into ``libmpi.so ``.
6868
69- - Changes since rc11:
70-
71- - ``accelerator/rocm ``: add SYNC_MEMOPS support.
72- - Update PMIx, PRRTe, and OAC submodule pointers.
73- - Fix ``mca_btl_ofi_flush() `` in multithreaded environments..
74- - ``smcuda ``: fixed an edge case when building MCA components as
75- dynamic shared objects.
76- - Fix ``MPI_Session_init() `` bug if all previous sessions are
77- finalized.
78- - Fix `mpi4py <https://mpi4py.github.io/ >`_ hang in
79- ``MPI_Intercomm_create_from_groups() ``.
80- - Fix finalization segfault with OSHMEM 4.1.5.
81- - Improve AVX detection. Fixes ``op/avx `` link failure with the
82- ``nvhpc `` compiler.
83- - Fix incorrect results with ``pml/ucx `` using Intel compiler.
84- - Fix segfault when broadcasting large MPI structs.
85- - Add platform files for Google Cloud HPC.
86- - UCC/HCOLL: Fix ``MPI_Waitall() `` for non blokcing collectives.
87- - Fix pre-built docs check.
69+ - Changes since rc12:
70+
71+ - Update PMIx to the ``v4.2.6 `` release tag. Hash: ``f20e0d5 ``.
72+ - Update PRRTE to the ``v3.0.1 `` release tag. Hash: ``63370ca ``.
73+ - Lots of documentation updates.
74+ - Fixed parameter name in ``MPI_Intercomm_merge ``. Thanks to Yan Wu for the report.
75+ - ``OFI ``: Update NIC selection to determine optimal interfaces from the current process.
76+ - Fix reordering of received data in ``MPI_Gather ``.
77+ - Disable builds with ``HWLOC `` versions >= 3.0.0. This is currently not supported.
78+ - Fix re-ordering of ranks in ``MPI_Dist_graph_create ``.
79+ - ``coll/HAN ``: Fix bug when using ``MPI_IN_PLACE `` with ``MPI_Reduce ``.
80+ - Fix ``MPI_Type_Dup `` to propagate errors from inner calls.
81+ - Fix the compilation of the monitoring infrastructure.
82+ - Various other bug fixes.
8883
8984- All other notable updates for v5.0.0:
9085
91- - Update PMIx to the ``v4.2 `` branch - current hash: ``f34a7ce2 ``.
92- - Update PRRTE to the ``v3.0 `` branch - current hash: ``c4925aa5cc ``.
9386 - New Features:
9487
9588 - ULFM Fault Tolerance support has been added. See :ref: `the ULFM
0 commit comments