File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,24 @@ This file contains notable changes between releases for each release since
3636Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
3737it is possible for items to appear more than once in the list.
3838
39+ 3.0.3 -- August, 2018
40+ ---------------------
41+
42+ - Assorted Portals 4.0 bug fixes.
43+ - Fix for possible data corruption in MPI_BSEND.
44+ - Move shared memory file for vader btl into /dev/shm on Linux.
45+ - Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
46+ - Upgrade PMIx to v2.1.3.
47+ - Fix for Power9 built-in atomics.
48+ - Numerous One-sided bug fixes.
49+ - Fix for race condition in uGNI BTL.
50+ - Improve handling of large number of interfaces with TCP BTL.
51+ - Numerous UCX bug fixes.
52+ - Add support for QLogic and Broadcom Cumulus RoCE HCAs to Open IB BTL.
53+ - Add patcher support for aarch64.
54+ - Fix hang on Power and ARM when Open MPI was built with low compiler
55+ optimization settings.
56+
39573.0.2 -- June, 2018
4058-------------------
4159
@@ -60,7 +78,6 @@ it is possible for items to appear more than once in the list.
6078 https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
6179 for more information.
6280
63-
64813.0.1 -- March, 2018
6582----------------------
6683
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ release=3
2424# requirement is that it must be entirely printable ASCII characters
2525# and have no white space.
2626
27- greek=a1
27+ greek=rc1
2828
2929# If repo_rev is empty, then the repository version number will be
3030# obtained during "make dist" via the "git describe --tags --always"
@@ -82,14 +82,14 @@ date="Unreleased developer copy"
8282# Version numbers are described in the Libtool current:revision:age
8383# format.
8484
85- libmpi_so_version=40:2 :0
85+ libmpi_so_version=40:3 :0
8686libmpi_cxx_so_version=40:0:0
87- libmpi_mpifh_so_version=40:1:0
87+ libmpi_mpifh_so_version=41:2:1
8888libmpi_usempi_tkr_so_version=40:1:0
8989libmpi_usempi_ignore_tkr_so_version=40:1:0
9090libmpi_usempif08_so_version=40:1:0
91- libopen_rte_so_version=40:2 :0
92- libopen_pal_so_version=41:1 :1
91+ libopen_rte_so_version=40:3 :0
92+ libopen_pal_so_version=41:3 :1
9393libmpi_java_so_version=40:0:0
9494liboshmem_so_version=41:1:1
9595libompitrace_so_version=40:0:0
You can’t perform that action at this time.
0 commit comments