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