File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,30 @@ Master (not on release branches yet)
122
122
- Remove support for XL compilers older than v13.1.
123
123
- Remove support for atomic operations using MacOS atomics library.
124
124
125
+ 3.0.2 -- June, 2018
126
+ -------------------
127
+
128
+ - Disable osc/pt2pt when using MPI_THREAD_MULTIPLE due to numerous
129
+ race conditions in the component.
130
+ - Fix dummy variable names for the mpi and mpi_f08 Fortran bindings to
131
+ match the MPI standard. This may break applications which use
132
+ name-based parameters in Fortran which used our internal names
133
+ rather than those documented in the MPI standard.
134
+ - Fixed MPI_SIZEOF in the "mpi" Fortran module for the NAG compiler.
135
+ - Fix RMA function signatures for use-mpi-f08 bindings to have the
136
+ asynchonous property on all buffers.
137
+ - Fix Fortran MPI_COMM_SPAWN_MULTIPLE to properly follow the count
138
+ length argument when parsing the array_of_commands variable.
139
+ - Revamp Java detection to properly handle new Java versions which do
140
+ not provide a javah wrapper.
141
+ - Improved configure logic for finding the UCX library.
142
+ - Add support for HDR InfiniBand link speeds.
143
+ - Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
144
+ still not a supported platform, but it is no longer automatically
145
+ disabled. See
146
+ https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
147
+ for more information.
148
+
125
149
3.0.1 -- March, 2018
126
150
----------------------
127
151
You can’t perform that action at this time.
0 commit comments