File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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+
2712882.1.4 -- August, 2018
272289---------------------
273290
You can’t perform that action at this time.
0 commit comments