@@ -75,7 +75,7 @@ Master (not on release branches yet)
75
75
* launcher.
76
76
**********************************************************************
77
77
78
- v5.0.0rc1 -- September , 2021
78
+ v5.0.0rc2 -- October , 2021
79
79
--------------------
80
80
81
81
- ORTE, the underlying OMPI launcher has been removed, and replaced
@@ -227,6 +227,36 @@ v5.0.0rc1 -- September, 2021
227
227
and Guilherme Koslovski for their contribution.
228
228
- MPI-4: Persistent collectives have been moved to the MPI
229
229
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.
230
260
231
261
4.1.1 -- April, 2021
232
262
--------------------
0 commit comments