Skip to content

MPI_HOST: deprecate for MPI 4.1 #13351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/man-openmpi/man3/MPI_Comm_set_attr.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ in an integer.
If an attribute is already present, the delete function (specified when
the corresponding keyval was created) will be called.

Note that the ``MPI_HOST`` attribute is *deprecated* as of MPI-4.1.


ERRORS
------
Expand Down
2 changes: 1 addition & 1 deletion ompi/include/mpi.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
enum {
/* MPI-1 */
MPI_TAG_UB,
MPI_HOST,
MPI_HOST __mpi_interface_deprecated_in_mpi41__("MPI_HOST is deprecated since MPI 4.1"),
MPI_IO,
MPI_WTIME_IS_GLOBAL,

Expand Down
Loading