Skip to content

Commit adb5484

Browse files
committed
NEWS: Update for v2.1.6.
Signed-off-by: Jeff Squyres <[email protected]>
1 parent c52e592 commit adb5484

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

0 commit comments

Comments
 (0)