1
1

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

NEWS and VERSION updates for v4.1.x branch
Этот коммит содержится в:
Brian Barrett 2020-10-21 09:10:20 -07:00 коммит произвёл GitHub
родитель 8ee95136c9 3e51dcf9ac
Коммит b9474b96ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 29 добавлений и 2 удалений

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

@ -60,6 +60,8 @@ included in the vX.Y.Z section and be denoted as:
4.1.0 -- October, 2020 4.1.0 -- October, 2020
---------------------- ----------------------
- Fixed issue where MPI_TYPE_CREATE_RESIZED would create a datatype
with unexpected extent on oddly-aligned datatypes.
- collectives: Add ADAPT adaptive collectives component. The - collectives: Add ADAPT adaptive collectives component. The
component is off by default and can be enabled by specifying --mca 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 coll_adapt_priority 100. We intend to turn on ADAPT by default in
@ -78,8 +80,31 @@ included in the vX.Y.Z section and be denoted as:
- OFI/libfabric: Multiple small bugfixes - OFI/libfabric: Multiple small bugfixes
- libnbc: Adding numerous performance-improving algorithms - libnbc: Adding numerous performance-improving algorithms
4.0.5 -- August, 2020
---------------------
- Fix a problem with MPI RMA compare and swap operations. Thanks
to Wojciech Chlapek for reporting.
- Disable binding of MPI processes to system resources by Open MPI
if an application is launched using SLURM's srun command.
- Disable building of the Fortran mpi_f08 module when configuring
Open MPI with default 8 byte Fortran integer size. Thanks to
@ahcien for reporting.
- Fix a problem with mpirun when the --map-by option is used.
Thanks to Wenbin Lyu for reporting.
- Fix some issues with MPI one-sided operations uncovered using Global
Arrays regression test-suite. Thanks to @bjpalmer for reporting.
- Fix a problem with make check when using the PGI compiler. Thanks to
Carl Ponder for reporting.
- Fix a problem with MPI_FILE_READ_AT_ALL that could lead to application
hangs under certain circumstances. Thanks to Scot Breitenfeld for
reporting.
- Fix a problem building C++ applications with newer versions of GCC.
Thanks to Constantine Khrulev for reporting.
4.0.4 -- June, 2020 4.0.4 -- June, 2020
----------------------- -----------------------
- Fix a memory patcher issue intercepting shmat and shmdt. This was - Fix a memory patcher issue intercepting shmat and shmdt. This was
observed on RHEL 8.x ppc64le (see README for more info). observed on RHEL 8.x ppc64le (see README for more info).
- Fix an illegal access issue caught using gcc's address sanitizer. - Fix an illegal access issue caught using gcc's address sanitizer.
@ -110,6 +135,7 @@ included in the vX.Y.Z section and be denoted as:
4.0.3 -- March, 2020 4.0.3 -- March, 2020
----------------------- -----------------------
- Update embedded PMIx to 3.1.5 - Update embedded PMIx to 3.1.5
- Add support for Mellanox ConnectX-6. - Add support for Mellanox ConnectX-6.
- Fix an issue in OpenMPI IO when using shared file pointers. - Fix an issue in OpenMPI IO when using shared file pointers.
@ -148,6 +174,7 @@ included in the vX.Y.Z section and be denoted as:
4.0.2 -- September, 2019 4.0.2 -- September, 2019
------------------------ ------------------------
- Update embedded PMIx to 3.1.4 - Update embedded PMIx to 3.1.4
- Enhance Open MPI to detect when processes are running in - Enhance Open MPI to detect when processes are running in
different name spaces on the same node, in which case the different name spaces on the same node, in which case the

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

@ -11,7 +11,7 @@
# Copyright (c) 2018 Research Organization for Information Science # Copyright (c) 2018 Research Organization for Information Science
# and Technology (RIST). All rights reserved. # and Technology (RIST). All rights reserved.
# Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights # Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights
reserved. # reserved.
# This is the VERSION file for Open MPI, describing the precise # This is the VERSION file for Open MPI, describing the precise
# version of Open MPI in this distribution. The various components of # version of Open MPI in this distribution. The various components of
@ -32,7 +32,7 @@ release=0
# requirement is that it must be entirely printable ASCII characters # requirement is that it must be entirely printable ASCII characters
# and have no white space. # and have no white space.
greek=rc2 greek=rc3
# If repo_rev is empty, then the repository version number will be # If repo_rev is empty, then the repository version number will be
# obtained during "make dist" via the "git describe --tags --always" # obtained during "make dist" via the "git describe --tags --always"