Skip to content

Commit

Permalink
Merge pull request #8108 from bwbarrett/misc/NEWS-update
Browse files Browse the repository at this point in the history
dist: Update NEWS file from branches
  • Loading branch information
jsquyres authored Oct 20, 2020
2 parents 8f3b2d2 + 5d42272 commit 4cbfc6c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,31 @@ Master (not on release branches yet)
Currently, this means the Open SHMEM layer will only build if
a MXM or UCX library is found.

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 -- May, 2020
-----------------------

- Add checks to avoid conflicts with a libevent library shipped with LSF.
- Switch to linking against libevent_core rather than libevent, if present.
- Add improved support for UCX 1.9 and later.
Expand All @@ -108,6 +131,7 @@ Master (not on release branches yet)

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.
Expand Down Expand Up @@ -146,6 +170,7 @@ Master (not on release branches yet)

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
Expand Down

0 comments on commit 4cbfc6c

Please sign in to comment.