We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9977df7 + 5d0b89e commit ff35cffCopy full SHA for ff35cff
docs/man-openmpi/man3/MPI_Comm_set_attr.3.rst
@@ -55,6 +55,8 @@ in an integer.
55
If an attribute is already present, the delete function (specified when
56
the corresponding keyval was created) will be called.
57
58
+Note that the ``MPI_HOST`` attribute is *deprecated* as of MPI-4.1.
59
+
60
61
ERRORS
62
------
ompi/include/mpi.h.in
@@ -652,7 +652,7 @@ typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
652
enum {
653
/* MPI-1 */
654
MPI_TAG_UB,
655
- MPI_HOST,
+ MPI_HOST __mpi_interface_deprecated_in_mpi41__("MPI_HOST is deprecated since MPI 4.1"),
656
MPI_IO,
657
MPI_WTIME_IS_GLOBAL,
658
0 commit comments