21.5.13. Language Bindings Fortran Bindings

PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: Tools / Profiling Interface Fortran Bindings Previous: I/O Fortran Bindings

MPI_F_SYNC_REG(BUF)

<type> BUF(*)
The following procedure is not available with mpif.h:
MPI_STATUS_F082F(F08_STATUS, F_STATUS, IERROR)

TYPE(MPI_Status) :: F08_STATUS
INTEGER :: F_STATUS(MPI_STATUS_SIZE), IERROR
The following procedure is not available with mpif.h:
MPI_STATUS_F2F08(F_STATUS, F08_STATUS, IERROR)

INTEGER :: F_STATUS(MPI_STATUS_SIZE), IERROR
TYPE(MPI_Status) :: F08_STATUS
MPI_TYPE_CREATE_F90_COMPLEX(P, R, NEWTYPE, IERROR)

INTEGER P, R, NEWTYPE, IERROR
MPI_TYPE_CREATE_F90_INTEGER(R, NEWTYPE, IERROR)

INTEGER R, NEWTYPE, IERROR
MPI_TYPE_CREATE_F90_REAL(P, R, NEWTYPE, IERROR)

INTEGER P, R, NEWTYPE, IERROR
MPI_TYPE_MATCH_SIZE(TYPECLASS, SIZE, DATATYPE, IERROR)

INTEGER TYPECLASS, SIZE, DATATYPE, IERROR


PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: Tools / Profiling Interface Fortran Bindings Previous: I/O 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