Skip to content

Commit ecd9c5a

Browse files
authored
Merge pull request #5574 from bwbarrett/v3.1.x-NEWS
dist: Update NEWS with 2.1.5 updates
2 parents eb17605 + 7620bfa commit ecd9c5a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,23 @@ Known issues:
268268
- MPI_Connect/accept between applications started by different mpirun
269269
commands will fail, even if ompi-server is running.
270270

271+
2.1.5 -- August 2018
272+
--------------------
273+
274+
- A subtle race condition bug was discovered in the "vader" BTL
275+
(shared memory communications) that, in rare instances, can cause
276+
MPI processes to crash or incorrectly classify (or effectively drop)
277+
an MPI message sent via shared memory. If you are using the "ob1"
278+
PML with "vader" for shared memory communication (note that vader is
279+
the default for shared memory communication with ob1), you need to
280+
upgrade to v2.1.5 to fix this issue. You may also upgrade to the
281+
following versions to fix this issue:
282+
- Open MPI v3.0.1 (released March, 2018) or later in the v3.0.x
283+
series
284+
- Open MPI v3.1.2 (expected end of August, 2018) or later
285+
- A link issue was fixed when the UCX library was not located in the
286+
linker-default search paths.
287+
271288
2.1.4 -- August, 2018
272289
---------------------
273290

0 commit comments

Comments
 (0)