File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff 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+
56732.1.4 -- August, 2018
5774---------------------
5875
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments