mpiSequenceDelete

Declaration
long mpiSequenceDelete(MPISequence sequence)
Required Header stdmpi.h
Description

SequenceDelete 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.

Return Values
MPIMessageOK if SequenceDelete successfully a Sequence object and invalidates its handle
See Also mpiSequenceCreate | mpiSequenceValidate