From cb083d38ebf5f4647b35f4e32457035cae612e68 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 27 Sep 2018 22:03:46 +0000 Subject: [PATCH 1/2] dist: Update shared library versions for 3.0.3 Most updates are normal code changes. There was an API change in OPAL to fix an issue in the datatype engine with long datatypes, hence the increment of current and reset of age on OPAL. Signed-off-by: Brian Barrett --- VERSION | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 29a1ca63c1e..26c708efe95 100644 --- a/VERSION +++ b/VERSION @@ -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 From e5d87834d1a36355f96c39097dd9fca83ccc2605 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 27 Sep 2018 22:12:29 +0000 Subject: [PATCH 2/2] dist: Update README for 3.0.3 release Signed-off-by: Brian Barrett --- NEWS | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a41f1072766..0499349c918 100644 --- a/NEWS +++ b/NEWS @@ -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.