mpiSequenceStatus

Declaration

int32_t mpiSequenceStatus(MPISequence       sequence,
                       MPISequenceStatus *status) 

 

Required Header: stdmpi.h

Description

mpiSequenceStatus returns the status of a Sequence (sequence), and writes it into the structure pointed to by status.

sequence a handle to a Sequence object
*status a pointer to Sequence's status structure
Return Values
MPIMessageOK
MPIMessageARG_INVALID

See Also

MPISequenceStatus