mpiSequenceCommandAppend

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

SequenceCommandAppend appends a Command (command) to a Sequence (sequence).

  sequence a handle to the Sequence object.
  command a handle to a Command object.
     
Return Values
MPIMessageOK if SequenceCommandAppend successfully appends a Command to a Sequence
MPIMessageHANDLE_INVALID Either sequence or command is an invalid handle.
MPIMessageNO_MEMORY Not enough memory was available.
See Also