21.5.11. External Interfaces Fortran Bindings

PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: I/O Fortran Bindings Previous: One-Sided Communications Fortran Bindings

MPI_GREQUEST_COMPLETE(REQUEST, IERROR)

INTEGER REQUEST, IERROR
MPI_GREQUEST_START(QUERY_FN, FREE_FN, CANCEL_FN, EXTRA_STATE, REQUEST, IERROR)

EXTERNAL QUERY_FN, FREE_FN, CANCEL_FN
INTEGER(KIND=MPI_ADDRESS_KIND) EXTRA_STATE
INTEGER REQUEST, IERROR
MPI_STATUS_SET_CANCELLED(STATUS, FLAG, IERROR)

INTEGER STATUS(MPI_STATUS_SIZE), IERROR
LOGICAL FLAG
MPI_STATUS_SET_ELEMENTS(STATUS, DATATYPE, COUNT, IERROR)

INTEGER STATUS(MPI_STATUS_SIZE), DATATYPE, COUNT, IERROR
MPI_STATUS_SET_ERROR(STATUS, ERR, IERROR)

INTEGER STATUS(MPI_STATUS_SIZE), ERR, IERROR
MPI_STATUS_SET_SOURCE(STATUS, SOURCE, IERROR)

INTEGER STATUS(MPI_STATUS_SIZE), SOURCE, IERROR
MPI_STATUS_SET_TAG(STATUS, TAG, IERROR)

INTEGER STATUS(MPI_STATUS_SIZE), TAG, IERROR


PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: I/O Fortran Bindings Previous: One-Sided Communications Fortran Bindings


Return to MPI-4.1 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-4.1 of November 2, 2023
HTML Generated on November 19, 2023