Skip to content

Commit d7fdc0a

Browse files
authored
Merge pull request #9547 from awlauria/v5.0.x_rc2_news
Update NEWS for v5.0.0rc2.
2 parents fd748bd + 46527e4 commit d7fdc0a

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

NEWS

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Master (not on release branches yet)
7575
* launcher.
7676
**********************************************************************
7777

78-
v5.0.0rc1 -- September, 2021
78+
v5.0.0rc2 -- October, 2021
7979
--------------------
8080

8181
- ORTE, the underlying OMPI launcher has been removed, and replaced
@@ -227,6 +227,36 @@ v5.0.0rc1 -- September, 2021
227227
and Guilherme Koslovski for their contribution.
228228
- MPI-4: Persistent collectives have been moved to the MPI
229229
namespace from MPIX.
230+
- OFI: Delay patcher initialization until needed. It will now
231+
be initialized only after the component is officially selected.
232+
- MPI-4: Make MPI_Comm_get_info, MPI_File_get_info, and
233+
MPI_Win_get_info compliant to the standard.
234+
- Portable_platform file has been updated from GASNet.
235+
- GCC versions < 4.8.1 are no longer supported.
236+
- coll: Fix a bug with the libnbc MPI_AllReduce ring algorithm
237+
when using MPI_IN_PLACE.
238+
- Updated the usage of .gitmodules to use relative paths from
239+
absolute paths. This allows the submodule cloning to use the same
240+
protocol as OMPI cloning. Thanks to Felix Uhl
241+
<Felix.Uhl@emea.nec.com> for the contribution.
242+
- osc/rdma: Add local leader pid in shm file name to make it unique.
243+
- ofi: Fix memory handler unregistration. This change fixes a
244+
segfault during shutdown if the common/ofi component was built
245+
as a dynamic object.
246+
- osc/rdma: Add support for MPI minimum alignment key.
247+
- memory_patcher: Add ability to detect patched memory. Thanks
248+
to Rich Welch <rlwelch@amazon.com> for the contribution.
249+
- build: Improve handling of compiler version string. This
250+
fixes a compiler error with clang and armclang.
251+
- Fix bug where the relocation of OMPI packages caused
252+
the launch to fail.
253+
- Various improvements to MPI_AlltoAll algorithms for both
254+
performance and memory usage.
255+
- coll/basic: Fix segmentation fault in MPI_Alltoallw with
256+
MPI_IN_PLACE.
257+
NOTE: This patch either caused or exposed a regression
258+
in MPI_AlltoAllv() using MPI_IN_PLACE. See github issue #9501.
259+
This will be fixed prior to v5.0.0 release.
230260

231261
4.1.1 -- April, 2021
232262
--------------------

0 commit comments

Comments
 (0)