File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,27 @@ For historical reference:
31
31
* - MPI-3.1
32
32
- Open MPI v2.0
33
33
34
+ MPI-4.0 partial compliance
35
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
36
+
37
+ In the Open MPI |ompi_series | series, only partial MPI-4.0 functionality is
38
+ supported. This section contains a list of features added for the release.
39
+
40
+ * Support for MPI Sessions has been added.
41
+ * Added partitioned communication using persistent sends and persistent receives.
42
+ * Added persistent collectives to the ``MPI_ `` namespace (they were previously
43
+ available via the ``MPIX_ prefix ``).
44
+ * Added ``MPI_Isendrecv() `` and its variants.
45
+ * Added support for ``MPI_Comm_idup_with_info() ``.
46
+ * Added support for ``MPI_Info_get_string() ``.
47
+ * Added support for ``initial_error_handler `` and the ``ERRORS_ABORT `` infrastructure.
48
+ * Added error handling for “unbound” errors to ``MPI_COMM_SELF ``.
49
+ * Made ``MPI_Comm_get_info() ``, ``MPI_File_get_info() ``, and
50
+ ``MPI_Win_get_info() `` compliant to the standard.
51
+ * Droped unknown/ignored info keys on communicators, files, and windows.
52
+ * Initial implementations of ``MPI_COMM_TYPE_HW_GUIDED `` and
53
+ ``MPI_COMM_TYPE_HW_GUIDED `` added.
54
+
34
55
Removed MPI APIs
35
56
----------------
36
57
You can’t perform that action at this time.
0 commit comments