@@ -246,6 +246,51 @@ Known issues:
246246- MPI_Connect/accept between applications started by different mpirun
247247 commands will fail, even if ompi-server is running.
248248
249+ 2.1.4 -- August, 2018
250+ ---------------------
251+
252+ Bug fixes/minor improvements:
253+ - Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
254+ still not a supported platform, but it is no longer automatically
255+ disabled. See
256+ https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
257+ for more information.
258+ - Fix bug with request-based one-sided MPI operations when using the
259+ "rdma" component.
260+ - Fix issue with large data structure in the TCP BTL causing problems
261+ in some environments. Thanks to @lgarithm for reporting the issue.
262+ - Minor Cygwin build fixes.
263+ - Minor fixes for the openib BTL:
264+ - Support for the QLogic RoCE HCA
265+ - Support for the Boradcom Cumulus RoCE HCA
266+ - Enable support for HDR link speeds
267+ - Fix MPI_FINALIZED hang if invoked from an attribute destructor
268+ during the MPI_COMM_SELF destruction in MPI_FINALIZE. Thanks to
269+ @AndrewGaspar for reporting the issue.
270+ - Java fixes:
271+ - Modernize Java framework detection, especially on OS X/MacOS.
272+ Thanks to Bryce Glover for reporting and submitting the fixes.
273+ - Prefer "javac -h" to "javah" to support newer Java frameworks.
274+ - Fortran fixes:
275+ - Use conformant dummy parameter names for Fortran bindings. Thanks
276+ to Themos Tsikas for reporting and submitting the fixes.
277+ - Build the MPI_SIZEOF() interfaces in the "TKR"-style "mpi" module
278+ whenever possible. Thanks to Themos Tsikas for reporting the
279+ issue.
280+ - Fix array of argv handling for the Fortran bindings of
281+ MPI_COMM_SPAWN_MULTIPLE (and its associated man page).
282+ - Make NAG Fortran compiler support more robust in configure.
283+ - Disable the "pt2pt" one-sided MPI component when MPI_THREAD_MULTIPLE
284+ is used. This component is simply not safe in MPI_THREAD_MULTIPLE
285+ scenarios, and will not be fixed in the v2.1.x series.
286+ - Make the "external" hwloc component fail gracefully if it is tries
287+ to use an hwloc v2.x.y installation. hwloc v2.x.y will not be
288+ supported in the Open MPI v2.1.x series.
289+ - Fix "vader" shared memory support for messages larger than 2GB.
290+ Thanks to Heiko Bauke for the bug report.
291+ - Configure fixes for external PMI directory detection. Thanks to
292+ Davide Vanzo for the report.
293+
2492942.1.3 -- March, 2018
250295--------------------
251296
0 commit comments