mpiSequenceCommandListGet

Declaration
long mpiSequenceCommandListGet(MPISequence  sequence,
                               long         *commandCount,
                               MPICommand   *commandList) 
Required Header stdmpi.h
Description

SequenceCommandListGet gets the Commands in a Sequence (sequence). SequenceCommandListGet writes the number of Commands [in a Sequence (sequence)] to the location (pointed to by commandCount), and also writes an array (of commandCount Command handles) to the location (pointed to by commandList).

Return Values
MPIMessageOK if SequenceCommandListGet successfully gets the list of Commands in a Sequence
See Also mpiSequenceCommandListSet