mpiSequenceStart

Declaration
long mpiSequenceStart(MPISequence sequence,
                      MPICommand  command) 
Required Header stdmpi.h
Description

SequenceStart begins the execution of a Sequence (sequence), starting with the Command (command). If command is MPIHandleVOID, execution starts with the first command of the Sequence.

Return Values
MPIMessageOK if SequenceStart successfully begins the execution of a Command Sequence
See Also mpiSequenceStop