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
14 changes: 11 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,22 @@ 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
---------------------
3.0.3 -- October, 2018
----------------------

- Disable async receive of CUDA buffers by default, fixing a hang
on large transfers.
- Support the BCM57XXX and BCM58XXX Broadcomm adapters.
- Fix minmax datatype support in ROMIO.
- Bug fixes in vader shared memory transport.
- Support very large buffers with MPI_TYPE_VECTOR.
- Fix hang when launching with mpirun on Cray systems.
- Bug fixes in OFI MTL.
- 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.
- Upgrade PMIx to v2.1.4.
- Fix for Power9 built-in atomics.
- Numerous One-sided bug fixes.
- Fix for race condition in uGNI BTL.
Expand Down
12 changes: 6 additions & 6 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ date="Unreleased developer copy"
# Version numbers are described in the Libtool current:revision:age
# format.

libmpi_so_version=40:3:0
libmpi_so_version=40:4:0
libmpi_cxx_so_version=40:0:0
libmpi_mpifh_so_version=41:2:1
libmpi_mpifh_so_version=41:3: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:3:0
libopen_pal_so_version=41:3:1
libmpi_usempif08_so_version=40:2:0
libopen_rte_so_version=40:4:0
libopen_pal_so_version=42:0:0
libmpi_java_so_version=40:0:0
liboshmem_so_version=41:1:1
liboshmem_so_version=41:2:1
libompitrace_so_version=40:0:0

# "Common" components install standalone libraries that are run-time
Expand Down