mpiSequenceDelete
Declaration
int32_t mpiSequenceDelete(MPISequence sequence)
Required Header: stdmpi.h
Description
mpiSequenceDelete deletes a Sequence object and invalidates its handle (sequence). SequenceDelete is the equivalent of a C++ destructor.
All Command objects in a Sequence are deleted when the Sequence object is deleted.
sequence | a handle to the Sequence object. |
---|
Return Values | |
---|---|
MPIMessageOK |