Skip to content

Commit 89b2605

Browse files
committed
SQUASHME Suggestions for MPI-4 conformance release notes
Signed-off-by: Jeff Squyres <[email protected]>
1 parent eac9dd5 commit 89b2605

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

docs/release-notes/mpi.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ MPI Functionality and Features
66
MPI Standard conformance
77
------------------------
88

9-
In the Open MPI |ompi_series| series, all MPI-|mpi_standard_version|.|mpi_standard_subversion| functionality is
10-
supported. Some MPI-4.0 functionality is supported, but not all of
11-
it.
9+
In the Open MPI |ompi_series| series, all MPI-|mpi_standard_version|
10+
functionality is supported. *Some* MPI-4.0 functionality is
11+
supported.
1212

1313
As such, ``MPI_VERSION`` is set to 3 and ``MPI_SUBVERSION`` is set
1414
to 1.
@@ -42,26 +42,28 @@ supported. This section contains a list of features added for the release.
4242
* Added support for MPI Sessions.
4343
* Added partitioned communication using persistent sends and persistent receives.
4444
* Added persistent collectives to the ``MPI_`` namespace (they were previously
45-
available via the ``MPIX_ prefix``).
45+
available via the ``MPIX_`` prefix).
4646
* Added support for :ref:`MPI_Isendrecv()<mpi_isendrecv>` and its variants.
4747
* Added support for :ref:`MPI_Comm_idup_with_info()<mpi_comm_idup_with_info>`.
4848
* Added support for :ref:`MPI_Info_get_string()<mpi_info_get_string>`.
49-
* Added support for ``initial_error_handler`` and the :doc:`ERRORS_ABORT</man-openmpi/man3/ERRORS>`
50-
infrastructure.
51-
* Added support for mpi_minimum_alignment info key
49+
* Added support for ``initial_error_handler`` info key and the
50+
``MPI_ERRORS_ABORT`` infrastructure.
51+
* Added support for ``mpi_minimum_alignment`` info key.
5252
* Added support for ``MPI_COMM_TYPE_HW_GUIDED`` and
53-
``MPI_COMM_TYPE_HW_UNGUIDED`` added.
53+
``MPI_COMM_TYPE_HW_UNGUIDED``.
5454
* Added support for :ref:`MPI_Info_create_env()<mpi_info_create_env>`.
55-
* Added error handling for “unbound” errors to ``MPI_COMM_SELF``.
56-
* Added ``MPI_F_STATUS_SIZE``, ``MPI_F_SOURCE``, ``MPI_F_TAG``, and ``MPI_F_ERROR``
55+
* Added error handling for "unbound" errors to ``MPI_COMM_SELF``.
56+
* Added ``MPI_F_STATUS_SIZE``, ``MPI_F_SOURCE``, ``MPI_F_TAG``, and
57+
``MPI_F_ERROR``.
5758
* Made :ref:`MPI_Comm_get_info()<mpi_comm_get_info>`,
5859
:ref:`MPI_File_get_info()<mpi_file_get_info>`, and
59-
:ref:`MPI_Win_get_info()<mpi_win_get_info>` MPI 4.0 compliant
60+
:ref:`MPI_Win_get_info()<mpi_win_get_info>` MPI-4.0 compliant.
6061
* Info keys that are not understood by Open MPI will be silently ignored and
6162
dropped on communicators, files, and windows.
6263
* Deprecated :ref:`MPI_Sizeof()<mpi_sizeof>`.
6364
* Deprecated :ref:`MPI_Cancel()<mpi_cancel>` on send requests.
64-
* Deprecated :ref:`MPI_Info_get()<mpi_info_get>` and :ref:`MPI_Info_get_valuelen()<mpi_info_get_valuelen>`
65+
* Deprecated :ref:`MPI_Info_get()<mpi_info_get>` and
66+
:ref:`MPI_Info_get_valuelen()<mpi_info_get_valuelen>`.
6567

6668
Removed MPI APIs
6769
----------------

0 commit comments

Comments
 (0)