mpiSequenceCommandCount

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

SequenceCommandCount returns the number of elements on the list.

  sequence a handle to the Sequence object.
     
Return Values
number of Commands
in a Sequence (sequence)
-1
if sequence is invalid
0
if sequence is empty
See Also