File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,19 @@ it is possible for items to appear more than once in the list.
39393.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
You can’t perform that action at this time.
0 commit comments