mpiSequenceStep

Declaration
long mpiSequenceStep(MPISequence sequence,
                     long        count) 
Required Header stdmpi.h
Description

SequenceStep executes count steps (Commands) of a stopped Sequence (sequence). After executing the Commands, the Sequence will be in the MPISequenceStateSTOPPED state.

Return Values
MPIMessageOK if SequenceStep successfully executes count steps (Commands) of a stopped Sequence
See Also