1
1

Merge pull request #8073 from bwbarrett/dist/v4.1.x

Prep for 4.1.0rc2 release
Этот коммит содержится в:
Brian Barrett 2020-10-01 12:28:52 -07:00 коммит произвёл GitHub
родитель edf03e52f3 af3113d797
Коммит 2486c75475
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 10 добавлений и 3 удалений

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

Просмотреть файл

@ -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"