File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,19 @@ included in the vX.Y.Z section and be denoted as:
5555 (** also appeared: A.B.C) -- indicating that this item was previously
5656 included in release version vA.B.C.
5757
58- 3.1.2 -- September , 2018
58+ 3.1.2 -- August , 2018
5959------------------------
6060
61+ - Assorted Portals 4.0 bug fixes.
62+ - Fix for possible data corruption in MPI_BSEND.
63+ - Move shared memory file for vader btl into /dev/shm on Linux.
64+ - Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
65+ - Upgrade PMIx to v2.1.3.
66+ - Numerous One-sided bug fixes.
67+ - Fix for race condition in uGNI BTL.
68+ - Improve handling of large number of interfaces with TCP BTL.
69+ - Numerous UCX bug fixes.
70+
61713.1.1 -- June, 2018
6272-------------------
6373
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ release=2
2626# requirement is that it must be entirely printable ASCII characters
2727# and have no white space.
2828
29- greek=a1
29+ greek=rc1
3030
3131# If repo_rev is empty, then the repository version number will be
3232# obtained during "make dist" via the "git describe --tags --always"
@@ -84,14 +84,14 @@ date="Unreleased developer copy"
8484# Version numbers are described in the Libtool current:revision:age
8585# format.
8686
87- libmpi_so_version=50:1 :10
87+ libmpi_so_version=50:2 :10
8888libmpi_cxx_so_version=50:0:10
89- libmpi_mpifh_so_version=50:1:10
89+ libmpi_mpifh_so_version=51:2:11
9090libmpi_usempi_tkr_so_version=50:1:10
9191libmpi_usempi_ignore_tkr_so_version=50:1:10
9292libmpi_usempif08_so_version=50:1:10
93- libopen_rte_so_version=50:1 :10
94- libopen_pal_so_version=50:1 :10
93+ libopen_rte_so_version=50:2 :10
94+ libopen_pal_so_version=50:2 :10
9595libmpi_java_so_version=50:0:10
9696liboshmem_so_version=50:1:10
9797libompitrace_so_version=50:0:10
You can’t perform that action at this time.
0 commit comments