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 @@ -57,6 +57,23 @@ included in the vX.Y.Z section and be denoted as:
57573.1.1 -- June, 2018
5858-------------------
5959
60+ - Add new MCA parameter osc_sm_backing_store to allow users to specify
61+ where in the filesystem the backing file for the shared memory
62+ one-sided component should live. Defaults to /dev/shm on Linux.
63+ - Fix potential hang on non-x86 platforms when using builds with
64+ optimization flags turned off.
65+ - Disable osc/pt2pt when using MPI_THREAD_MULTIPLE due to numerous
66+ race conditions in the component.
67+ - Fix dummy variable names for the mpi and mpi_f08 Fortran bindings to
68+ match the MPI standard. This may break applications which use
69+ name-based parameters in Fortran which used our internal names
70+ rather than those documented in the MPI standard.
71+ - Revamp Java detection to properly handle new Java versions which do
72+ not provide a javah wrapper.
73+ - Fix RMA function signatures for use-mpi-f08 bindings to have the
74+ asynchonous property on all buffers.
75+ - Improved configure logic for finding the UCX library.
76+
60773.1.0 -- May, 2018
6178------------------
6279
You can’t perform that action at this time.
0 commit comments