Skip to content

Commit 8e71a2b

Browse files
committed
dist: Update NEWS for 3.0.2 release
Signed-off-by: Brian Barrett <[email protected]>
1 parent 2289859 commit 8e71a2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ it is possible for items to appear more than once in the list.
3939
3.0.2 -- May, 2018
4040
------------------
4141

42+
- Fix dummy variable names for the mpi and mpi_f08 Fortran bindings to
43+
match the MPI standard. This may break applications which use
44+
name-based parameters in Fortran which used our internal names
45+
rather than those documented in the MPI standard.
46+
- Fixed MPI_SIZEOF in the "mpi" Fortran module for the NAG compiler.
47+
- Fix RMA function signatures for use-mpi-f08 bindings to have the
48+
asynchonous property on all buffers.
49+
- Fix Fortran MPI_COMM_SPAWN_MULTIPLE to properly follow the count
50+
length argument when parsing the array_of_commands variable.
51+
- Revamp Java detection to properly handle new Java versions which do
52+
not provide a javah wrapper.
53+
- Improved configure logic for finding the UCX library.
54+
- Add support for HDR InfiniBand link speeds.
4255
- Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
4356
still not a supported platform, but it is no longer automatically
4457
disabled. See

0 commit comments

Comments
 (0)