Skip to content

Commit c8e9819

Browse files
authored
Merge pull request open-mpi#5881 from bwbarrett/v3.1.x-release
dist: Upgrade NEWS and VERSION for 3.1.3rc1
2 parents 632b76c + 33add8f commit c8e9819

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

NEWS

+18-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,25 @@ 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.3 -- October, 2018
59+
----------------------
60+
61+
- Fix compile error when using OpenJDK 11 to compile the Java bindings.
62+
- Fix crash when using a hostfile with a 'user@host' line.
63+
- Numerous Fortran '08 interface fixes.
64+
- TCP BTL error message fixes.
65+
- OFI MTL now will use any provider other than shm, sockets, tcp, udp, or
66+
rstream, rather than only supporting gni, psm, and psm2.
67+
- Disable async receive of CUDA buffers by default, fixing a hang
68+
on large transfers.
69+
- Support the BCM57XXX and BCM58XXX Broadcomm adapters.
70+
- Fix minmax datatype support in ROMIO.
71+
- Bug fixes in vader shared memory transport.
72+
- Support very large buffers with MPI_TYPE_VECTOR.
73+
- Fix hang when launching with mpirun on Cray systems.
74+
5875
3.1.2 -- August, 2018
59-
------------------------
76+
---------------------
6077

6178
- A subtle race condition bug was discovered in the "vader" BTL
6279
(shared memory communications) that, in rare instances, can cause

VERSION

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=3
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:2:10
87+
libmpi_so_version=50:3:10
8888
libmpi_cxx_so_version=50:0:10
8989
libmpi_mpifh_so_version=51:2:11
9090
libmpi_usempi_tkr_so_version=50:1:10
9191
libmpi_usempi_ignore_tkr_so_version=50:1:10
92-
libmpi_usempif08_so_version=50:1:10
93-
libopen_rte_so_version=50:2:10
94-
libopen_pal_so_version=50:2:10
92+
libmpi_usempif08_so_version=50:2:10
93+
libopen_rte_so_version=50:3:10
94+
libopen_pal_so_version=50:3:10
9595
libmpi_java_so_version=50:0:10
9696
liboshmem_so_version=50:1:10
9797
libompitrace_so_version=50:0:10

0 commit comments

Comments
 (0)