Skip to content

Commit ca77352

Browse files
committed
dist: Update NEWS with 3.1.1 items
Signed-off-by: Brian Barrett <[email protected]>
1 parent 28892ae commit ca77352

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
@@ -57,6 +57,23 @@ included in the vX.Y.Z section and be denoted as:
5757
3.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+
6077
3.1.0 -- May, 2018
6178
------------------
6279

0 commit comments

Comments
 (0)