1
1

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

Prep for v4.1.0rc1 release
Этот коммит содержится в:
Brian Barrett 2020-07-06 14:15:20 -07:00 коммит произвёл GitHub
родитель 80eebbee58 9dc3a9e85d
Коммит 64c5e2158c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -60,6 +60,12 @@ included in the vX.Y.Z section and be denoted as:
4.1.0 -- July, 2020
-------------------
- 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
worked since it was added
- UCX: Allow UCX 1.8 to be used with the btl uct
- OMPIO: Add support for the IME file system
- OFI/libfabric: Added support for multiple NICs
- OFI/libfabric: Added support for Scalable Endpoints
- OFI/libfabric: Added btl for one-sided support

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

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