Skip to content

Commit d9b9e59

Browse files
authored
Merge pull request #6126 from jsquyres/pr/v2.1.x/release-process
v2.1.x: Updates for v2.1.6
2 parents 927e669 + adb5484 commit d9b9e59

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ Samuel Gutierrez, Los Alamos National Laboratory
287287
288288
Sayantan Sur, The Ohio State University
289289
290+
Selvin Xavier, Broadcom
291+
290292
Sergey Oblomov, Mellanox
291293
292294
Sharon Melamed, Voltaire

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,27 @@ included in the vX.Y.Z section and be denoted as:
5353
(** also appeared: A.B.C) -- indicating that this item was previously
5454
included in release version vA.B.C.
5555

56+
2.1.6 -- January 2019
57+
---------------------
58+
59+
- Update the openib BTL to handle a newer flavor of the
60+
ibv_exp_query() API. Thanks to Angel Beltre (and others) for
61+
reporting the issue.
62+
- Fix a segv when specifying a username in a hostfile. Thanks to
63+
StackOverflow user @derangedhk417 for reporting the issue.
64+
- Work around Oracle compiler v5.15 bug (which resulted in a failure
65+
to compile Open MPI source code).
66+
- Disable CUDA async receive support in the openib BTL by default
67+
because it is broken for sizes larger than the GPUDirect RDMA
68+
limit. User can set the MCA variable btl_openib_cuda_async_recv to
69+
true to re-enable CUDA async receive support.
70+
- Various atomic and shared memory consistency bug fixes, especially
71+
affecting the vader (shared memory) BTL and PMIx.
72+
- Add openib BTL support for BCM57XXX and BCM58XXX Broadcom HCAs.
73+
- Fix segv in oob/ud component. Thanks to Bal�zs Hajgat� for
74+
reporting the issue.
75+
76+
5677
2.1.5 -- August 2018
5778
--------------------
5879

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Much, much more information is also available in the Open MPI FAQ:
6868
===========================================================================
6969

7070
The following abbreviated list of release notes applies to this code
71-
base as of this writing (August 2018):
71+
base as of this writing (January, 2019):
7272

7373
General notes
7474
-------------

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=6
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"
@@ -91,8 +91,8 @@ libmpi_usempi_tkr_so_version=32:0:12
9191
libmpi_usempi_ignore_tkr_so_version=31:1:11
9292
libmpi_usempif08_so_version=31:1:11
9393

94-
libopen_rte_so_version=30:4:10
95-
libopen_pal_so_version=30:4:10
94+
libopen_rte_so_version=30:5:10
95+
libopen_pal_so_version=30:5:10
9696
libmpi_java_so_version=30:0:10
9797
liboshmem_so_version=30:3:10
9898
libompitrace_so_version=30:0:10

0 commit comments

Comments
 (0)