21.4.3. The Status Object

PreviousUpNext
Up: The Fortran Application Binary Interface Next: Integer Constants Previous: The MPI ABI Fortran Modules and Shared Library

The MPI status object is defined in Fortran as follows:

integer, parameter :: MPI_STATUS_SIZE = 8 
type, bind(C) :: Status 
   integer  :: MPI_SOURCE 
   integer  :: MPI_TAG 
   integer  :: MPI_ERROR 
   integer  :: MPI_INTERNAL(5) 
end type Status 
The MPI status object must use exactly eight Fortran INTEGER worth of storage.

The following constants can be specified:

#define MPI_F_STATUS_SIZE 8 
#define MPI_F_SOURCE      0 
#define MPI_F_TAG         1 
#define MPI_F_ERROR       2 


PreviousUpNext
Up: The Fortran Application Binary Interface Next: Integer Constants Previous: The MPI ABI Fortran Modules and Shared Library


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

(Unofficial) MPI-5.0 of June 9, 2025
HTML Generated on March 2, 2025