17 OMPI_DECLSPEC
int MPIX_Comm_revoke(
MPI_Comm comm);
19 OMPI_DECLSPEC
int MPIX_Comm_failure_ack(
MPI_Comm comm);
20 OMPI_DECLSPEC
int MPIX_Comm_failure_get_acked(
MPI_Comm comm,
MPI_Group *failedgrp);
22 OMPI_DECLSPEC
int MPIX_Comm_agree(
MPI_Comm comm,
int *flag);
28 OMPI_DECLSPEC
int OMPI_Comm_revoke(
MPI_Comm comm) __mpi_interface_deprecated__(
"OMPI_Comm_revoke is deprecated, use MPIX_Comm_revoke");
30 OMPI_DECLSPEC
int OMPI_Comm_shrink(
MPI_Comm comm,
MPI_Comm *newcomm) __mpi_interface_deprecated__(
"OMPI_Comm_shrink is deprecated, use MPIX_Comm_shrink");
32 OMPI_DECLSPEC
int OMPI_Comm_failure_ack(
MPI_Comm comm) __mpi_interface_deprecated__(
"OMPI_Comm_failure_ack is deprecated, use MPIX_Comm_failure_ack");
33 OMPI_DECLSPEC
int OMPI_Comm_failure_get_acked(
MPI_Comm comm,
MPI_Group *failedgrp) __mpi_interface_deprecated__(
"OMPI_Comm_failure_get_acked is deprecated, use MPIX_Comm_failure_get_acked");
35 OMPI_DECLSPEC
int OMPI_Comm_agree(
MPI_Comm comm,
int *flag) __mpi_interface_deprecated__(
"OMPI_Comm_agree is deprecated, use MPIX_Comm_agree");
36 OMPI_DECLSPEC
int OMPI_Comm_iagree(
MPI_Comm comm,
int *flag,
MPI_Request *
request) __mpi_interface_deprecated__(
"OMPI_Comm_iagree is deprecated, use MPIX_Comm_iagree");
42 OMPI_DECLSPEC
int MPIX_Win_revoke(
MPI_Win win);
45 OMPI_DECLSPEC
int OMPI_Win_revoke(
MPI_Win win) __mpi_interface_deprecated__(
"OMPI_Win_revoke is deprecated, use MPIX_Win_revoke");
46 OMPI_DECLSPEC
int OMPI_Win_get_failed(
MPI_Win win,
MPI_Group *failedgrp) __mpi_interface_deprecated__(
"OMPI_Win_get_failed is deprecated, use MPIX_Win_get_failed");
53 OMPI_DECLSPEC
int MPIX_File_revoke(
MPI_File fh);
55 OMPI_DECLSPEC
int OMPI_File_revoke(
MPI_File fh) __mpi_interface_deprecated__(
"OMPI_File_revoke is deprecated, use MPIX_File_revoke");
Back-end structure for MPI_File.
Definition: file.h:42
Group structure Currently we have four formats for storing the process pointers that are members of t...
Definition: group.h:79
Definition: communicator.h:118
Main top-level request struct definition.
Definition: request.h:100