Merge pull request #8073 from bwbarrett/dist/v4.1.x
Prep for 4.1.0rc2 release
Этот коммит содержится в:
Коммит
2486c75475
11
NEWS
11
NEWS
@ -57,9 +57,15 @@ included in the vX.Y.Z section and be denoted as:
|
||||
(** also appeared: A.B.C) -- indicating that this item was previously
|
||||
included in release version vA.B.C.
|
||||
|
||||
4.1.0 -- July, 2020
|
||||
-------------------
|
||||
4.1.0 -- October, 2020
|
||||
----------------------
|
||||
|
||||
- collectives: Add ADAPT adaptive collectives component. The
|
||||
component is off by default and can be enabled by specifying --mca
|
||||
coll_adapt_priority 100. We intend to turn on ADAPT by default in
|
||||
Open MPI 5.0.
|
||||
- collectives: Adjust default tuning thresholds for many collective
|
||||
algorithms
|
||||
- runtime: fix situation where rank-by argument does not work
|
||||
- Portals4: Clean up error handling corner cases
|
||||
- runtime: Remove --enable-install-libpmix option, which has not
|
||||
@ -69,6 +75,7 @@ included in the vX.Y.Z section and be denoted as:
|
||||
- OFI/libfabric: Added support for multiple NICs
|
||||
- OFI/libfabric: Added support for Scalable Endpoints
|
||||
- OFI/libfabric: Added btl for one-sided support
|
||||
- OFI/libfabric: Multiple small bugfixes
|
||||
- libnbc: Adding numerous performance-improving algorithms
|
||||
|
||||
4.0.4 -- June, 2020
|
||||
|
2
VERSION
2
VERSION
@ -32,7 +32,7 @@ release=0
|
||||
# requirement is that it must be entirely printable ASCII characters
|
||||
# and have no white space.
|
||||
|
||||
greek=rc1
|
||||
greek=rc2
|
||||
|
||||
# If repo_rev is empty, then the repository version number will be
|
||||
# obtained during "make dist" via the "git describe --tags --always"
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user