Merge pull request #8111 from bwbarrett/dist/v4.1.x
NEWS and VERSION updates for v4.1.x branch
Этот коммит содержится в:
Коммит
b9474b96ef
27
NEWS
27
NEWS
@ -60,6 +60,8 @@ included in the vX.Y.Z section and be denoted as:
|
||||
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
|
||||
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
|
||||
@ -78,8 +80,31 @@ included in the vX.Y.Z section and be denoted as:
|
||||
- OFI/libfabric: Multiple small bugfixes
|
||||
- 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
|
||||
-----------------------
|
||||
|
||||
- Fix a memory patcher issue intercepting shmat and shmdt. This was
|
||||
observed on RHEL 8.x ppc64le (see README for more info).
|
||||
- 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
|
||||
-----------------------
|
||||
|
||||
- Update embedded PMIx to 3.1.5
|
||||
- Add support for Mellanox ConnectX-6.
|
||||
- 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
|
||||
------------------------
|
||||
|
||||
- Update embedded PMIx to 3.1.4
|
||||
- Enhance Open MPI to detect when processes are running in
|
||||
different name spaces on the same node, in which case the
|
||||
|
4
VERSION
4
VERSION
@ -11,7 +11,7 @@
|
||||
# Copyright (c) 2018 Research Organization for Information Science
|
||||
# and Technology (RIST). All rights reserved.
|
||||
# Copyright (c) 2020 Amazon.com, Inc. or its affiliates. All Rights
|
||||
reserved.
|
||||
# reserved.
|
||||
|
||||
# This is the VERSION file for Open MPI, describing the precise
|
||||
# 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
|
||||
# and have no white space.
|
||||
|
||||
greek=rc2
|
||||
greek=rc3
|
||||
|
||||
# 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