Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@ This file contains notable changes between releases for each release since
Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
it is possible for items to appear more than once in the list.

3.0.3 -- August, 2018
---------------------

- Assorted Portals 4.0 bug fixes.
- Fix for possible data corruption in MPI_BSEND.
- Move shared memory file for vader btl into /dev/shm on Linux.
- Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
- Upgrade PMIx to v2.1.3.
- Fix for Power9 built-in atomics.
- Numerous One-sided bug fixes.
- Fix for race condition in uGNI BTL.
- Improve handling of large number of interfaces with TCP BTL.
- Numerous UCX bug fixes.
- Add support for QLogic and Broadcom Cumulus RoCE HCAs to Open IB BTL.
- Add patcher support for aarch64.
- Fix hang on Power and ARM when Open MPI was built with low compiler
optimization settings.

3.0.2 -- June, 2018
-------------------

Expand All @@ -60,7 +78,6 @@ it is possible for items to appear more than once in the list.
https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
for more information.


3.0.1 -- March, 2018
----------------------

Expand Down
10 changes: 5 additions & 5 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release=3
# 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"
Expand Down Expand Up @@ -82,14 +82,14 @@ date="Unreleased developer copy"
# Version numbers are described in the Libtool current:revision:age
# format.

libmpi_so_version=40:2:0
libmpi_so_version=40:3:0
libmpi_cxx_so_version=40:0:0
libmpi_mpifh_so_version=40:1:0
libmpi_mpifh_so_version=41:2:1
libmpi_usempi_tkr_so_version=40:1:0
libmpi_usempi_ignore_tkr_so_version=40:1:0
libmpi_usempif08_so_version=40:1:0
libopen_rte_so_version=40:2:0
libopen_pal_so_version=41:1:1
libopen_rte_so_version=40:3:0
libopen_pal_so_version=41:3:1
libmpi_java_so_version=40:0:0
liboshmem_so_version=41:1:1
libompitrace_so_version=40:0:0
Expand Down