Skip to content

Commit 28892ae

Browse files
committed
dist: Update NEWS with 3.0.2 notes
3.0.2 has shipped, so pull its NEWS items into master. Signed-off-by: Brian Barrett <[email protected]> (cherry picked from commit f9bfb9d)
1 parent 6ac3c36 commit 28892ae

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,30 @@ included in the vX.Y.Z section and be denoted as:
116116
- Remove support for XL compilers older than v13.1.
117117
- Remove support for atomic operations using MacOS atomics library.
118118

119+
3.0.2 -- June, 2018
120+
-------------------
121+
122+
- Disable osc/pt2pt when using MPI_THREAD_MULTIPLE due to numerous
123+
race conditions in the component.
124+
- Fix dummy variable names for the mpi and mpi_f08 Fortran bindings to
125+
match the MPI standard. This may break applications which use
126+
name-based parameters in Fortran which used our internal names
127+
rather than those documented in the MPI standard.
128+
- Fixed MPI_SIZEOF in the "mpi" Fortran module for the NAG compiler.
129+
- Fix RMA function signatures for use-mpi-f08 bindings to have the
130+
asynchonous property on all buffers.
131+
- Fix Fortran MPI_COMM_SPAWN_MULTIPLE to properly follow the count
132+
length argument when parsing the array_of_commands variable.
133+
- Revamp Java detection to properly handle new Java versions which do
134+
not provide a javah wrapper.
135+
- Improved configure logic for finding the UCX library.
136+
- Add support for HDR InfiniBand link speeds.
137+
- Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
138+
still not a supported platform, but it is no longer automatically
139+
disabled. See
140+
https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
141+
for more information.
142+
119143
3.0.1 -- March, 2018
120144
----------------------
121145

0 commit comments

Comments
 (0)