Skip to content

Commit 697c1e9

Browse files
authored
Merge pull request #5549 from jsquyres/pr/v2.1.5-is-needed---bummer
v2.1.5: looks like this will be needed after all
2 parents 2fa5ab4 + fc87565 commit 697c1e9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ 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.5 -- August 2018
57+
--------------------
58+
59+
- A subtle race condition bug was discovered in the "vader" BTL
60+
(shared memory communications) that, in rare instances, can cause
61+
MPI processes to crash or incorrectly classify (or effectively drop)
62+
an MPI message sent via shared memory. If you are using the "ob1"
63+
PML with "vader" for shared memory communication (note that vader is
64+
the default for shared memory communication with ob1), you need to
65+
upgrade to v2.1.5 to fix this issue. You may also upgrade to the
66+
following versions to fix this issue:
67+
- Open MPI v3.0.1 (released March, 2018) or later in the v3.0.x
68+
series
69+
- Open MPI v3.1.2 (expected end of August, 2018) or later
70+
- A link issue was fixed when the UCX library was not located in the
71+
linker-default search paths.
72+
5673
2.1.4 -- August, 2018
5774
---------------------
5875

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=5
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"

0 commit comments

Comments
 (0)