Skip to content

Commit 0690c67

Browse files
authored
Merge pull request #5796 from bwbarrett/v3.0.x-release
Updates for 3.0.3 release prep
2 parents dfc2d72 + e5d8783 commit 0690c67

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

NEWS

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,22 @@ This file contains notable changes between releases for each release since
3636
Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
3737
it is possible for items to appear more than once in the list.
3838

39-
3.0.3 -- August, 2018
40-
---------------------
39+
3.0.3 -- October, 2018
40+
----------------------
4141

42+
- Disable async receive of CUDA buffers by default, fixing a hang
43+
on large transfers.
44+
- Support the BCM57XXX and BCM58XXX Broadcomm adapters.
45+
- Fix minmax datatype support in ROMIO.
46+
- Bug fixes in vader shared memory transport.
47+
- Support very large buffers with MPI_TYPE_VECTOR.
48+
- Fix hang when launching with mpirun on Cray systems.
49+
- Bug fixes in OFI MTL.
4250
- Assorted Portals 4.0 bug fixes.
4351
- Fix for possible data corruption in MPI_BSEND.
4452
- Move shared memory file for vader btl into /dev/shm on Linux.
4553
- Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
46-
- Upgrade PMIx to v2.1.3.
54+
- Upgrade PMIx to v2.1.4.
4755
- Fix for Power9 built-in atomics.
4856
- Numerous One-sided bug fixes.
4957
- Fix for race condition in uGNI BTL.

VERSION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ date="Unreleased developer copy"
8282
# Version numbers are described in the Libtool current:revision:age
8383
# format.
8484

85-
libmpi_so_version=40:3:0
85+
libmpi_so_version=40:4:0
8686
libmpi_cxx_so_version=40:0:0
87-
libmpi_mpifh_so_version=41:2:1
87+
libmpi_mpifh_so_version=41:3:1
8888
libmpi_usempi_tkr_so_version=40:1:0
8989
libmpi_usempi_ignore_tkr_so_version=40:1:0
90-
libmpi_usempif08_so_version=40:1:0
91-
libopen_rte_so_version=40:3:0
92-
libopen_pal_so_version=41:3:1
90+
libmpi_usempif08_so_version=40:2:0
91+
libopen_rte_so_version=40:4:0
92+
libopen_pal_so_version=42:0:0
9393
libmpi_java_so_version=40:0:0
94-
liboshmem_so_version=41:1:1
94+
liboshmem_so_version=41:2:1
9595
libompitrace_so_version=40:0:0
9696

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

0 commit comments

Comments
 (0)