21.5.8. The Info Object Fortran Bindings

PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: Process Creation and Management Fortran Bindings Previous: MPI Environmental Management Fortran Bindings

MPI_INFO_CREATE(INFO, IERROR)

INTEGER INFO, IERROR
MPI_INFO_CREATE_ENV(INFO, IERROR)

INTEGER INFO, IERROR
MPI_INFO_DELETE(INFO, KEY, IERROR)

INTEGER INFO, IERROR
CHARACTER*(*) KEY
MPI_INFO_DUP(INFO, NEWINFO, IERROR)

INTEGER INFO, NEWINFO, IERROR
MPI_INFO_FREE(INFO, IERROR)

INTEGER INFO, IERROR
MPI_INFO_GET_NKEYS(INFO, NKEYS, IERROR)

INTEGER INFO, NKEYS, IERROR
MPI_INFO_GET_NTHKEY(INFO, N, KEY, IERROR)

INTEGER INFO, N, IERROR
CHARACTER*(*) KEY
MPI_INFO_GET_STRING(INFO, KEY, BUFLEN, VALUE, FLAG, IERROR)

INTEGER INFO, BUFLEN, IERROR
CHARACTER*(*) KEY, VALUE
LOGICAL FLAG
MPI_INFO_SET(INFO, KEY, VALUE, IERROR)

INTEGER INFO, IERROR
CHARACTER*(*) KEY, VALUE


PreviousUpNext
Up: Fortran Bindings with mpif.h or the mpi Module Next: Process Creation and Management Fortran Bindings Previous: MPI Environmental Management 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