@@ -58,6 +58,48 @@ included in the vX.Y.Z section and be denoted as:
5858Master (not on release branches yet)
5959------------------------------------
6060
61+ - Fix rank-by algorithms to properly rank by object and span
62+
63+ 3.1.0 -- May, 2018
64+ ------------------
65+
66+ - Various OpenSHMEM bug fixes.
67+ - Properly handle array_of_commands argument to Fortran version of
68+ MPI_COMM_SPAWN_MULTIPLE.
69+ - Fix bug with MODE_SEQUENTIAL and the sharedfp MPI-IO component.
70+ - Use "javac -h" instead of "javah" when building the Java bindings
71+ with a recent version of Java.
72+ - Fix mis-handling of jostepid under SLURM that could cause problems
73+ with PathScale/OmniPath NICs.
74+ - Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
75+ still not a supported platform, but it is no longer automatically
76+ disabled. See
77+ https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
78+ for more information.
79+ - The output-filename option for mpirun is now converted to an
80+ absolute path before being passed to other nodes.
81+ - Add monitoring component for PML, OSC, and COLL to track data
82+ movement of MPI applications. See
83+ ompi/mca/commmon/monitoring/HowTo_pml_monitoring.tex for more
84+ information about the monitoring framework.
85+ - Add support for communicator assertions: mpi_assert_no_any_tag,
86+ mpi_assert_no_any_source, mpi_assert_exact_length, and
87+ mpi_assert_allow_overtaking.
88+ - Update PMIx to version 2.1.1.
89+ - Update hwloc to 1.11.7.
90+ - Many one-sided behavior fixes.
91+ - Improved performance for Reduce and Allreduce using Rabenseifner's algorithm.
92+ - Revamped mpirun --help output to make it a bit more manageable.
93+ - Portals4 MTL improvements: Fix race condition in rendezvous protocol and
94+ retry logic.
95+ - UCX OSC: initial implementation.
96+ - UCX PML improvements: add multi-threading support.
97+ - Yalla PML improvements: Fix error with irregular contiguous datatypes.
98+ - Openib BTL: disable XRC support by default.
99+ - TCP BTL: Add check to detect and ignore connections from processes
100+ that aren't MPI (such as IDS probes) and verify that source and
101+ destination are using the same version of Open MPI, fix issue with very
102+ large message transfer.
61103- ompi_info parsable output now escapes double quotes in values, and
62104 also quotes values can contains colons. Thanks to Lev Givon for the
63105 suggestion.
@@ -68,13 +110,14 @@ Master (not on release branches yet)
68110 orte daemon, rather than the mpirun process. This may be useful to set to
69111 true when using SLURM, as it improves interoperability with SLURM's signal
70112 propagation tools. By default it is set to false, except for Cray XC systems.
113+ - Remove LoadLeveler RAS support.
71114- Remove IB XRC support from the OpenIB BTL due to lack of support.
72- - Fix rank-by algorithms to properly rank by object and span
73- - Disable the POWER 7/BE block in configure. Note that POWER 7/BE is
74- still not a supported platform, but it is no longer automatically
75- disabled. See
76- https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
77- for more information .
115+ - Add functionality for IBM s390 platforms. Note that regular
116+ regression testing does not occur on the s390 and it is not
117+ considered a supported platform.
118+ - Remove support for big endian PowerPC.
119+ - Remove support for XL compilers older than v13.1.
120+ - Remove support for atomic operations using MacOS atomics library .
78121
791223.0.1 -- March, 2018
80123----------------------
0 commit comments