1
1

Merge pull request #8277 from rajachan/4.1.0rc5-version

VERSION: 4.1.0rc5
Этот коммит содержится в:
Raghu Raja 2020-12-08 17:14:17 -08:00 коммит произвёл GitHub
родитель cf1705298c fbc711e687
Коммит c65e9cbfb7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -57,7 +57,7 @@ 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 -- November, 2020
4.1.0 -- December, 2020
-----------------------
- collectives: Add HAN and ADAPT adaptive collectives components.
@ -72,7 +72,7 @@ included in the vX.Y.Z section and be denoted as:
- Updates to mpirun(1) about "slots" and PE=x values.
- Fix buffer allocation for large environment variables. Thanks to
@zrss for reporting the issue.
- Upgrade the embedded OpenPMIx to v3.2.1.
- Upgrade the embedded OpenPMIx to v3.2.2.
- Take more steps towards creating fully Reproducible builds (see
https://reproducible-builds.org/). Thanks Bernhard M. Wiedemann for
bringing this to our attention.
@ -80,6 +80,7 @@ included in the vX.Y.Z section and be denoted as:
user @zrss for bringing the issue to our attention.
- UCX: Fix zero-sized datatype transfers.
- Fix --cpu-list for non-uniform modes.
- Fix issue in PMIx callback caused by missing memory barrier on Arm platforms.
- OFI MTL: Various bug fixes.
- Fixed issue where MPI_TYPE_CREATE_RESIZED would create a datatype
with unexpected extent on oddly-aligned datatypes.
@ -89,7 +90,9 @@ included in the vX.Y.Z section and be denoted as:
- Portals4: Clean up error handling corner cases
- runtime: Remove --enable-install-libpmix option, which has not
worked since it was added
- opal: Disable memory patcher component on MacOS
- UCX: Allow UCX 1.8 to be used with the btl uct
- UCX: Replace usage of the deprecated NB API of UCX with NBX
- OMPIO: Add support for the IME file system
- OFI/libfabric: Added support for multiple NICs
- OFI/libfabric: Added support for Scalable Endpoints

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

@ -32,7 +32,7 @@ release=0
# requirement is that it must be entirely printable ASCII characters
# and have no white space.
greek=rc4
greek=rc5
# If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always"