mpiSequenceConfigSet

Declaration

long mpiSequenceConfigSet(MPISequence        sequence,
                          MPISequenceConfig  *config) 

 

Required Header: stdmpi.h

Description

mpiSequenceConfigSet sets the configuration of a Sequence (sequence) using data from the structure pointed to by config.

sequence A handle to an Squence object.
*config A pointer to the MPISequenceConfig structure.
Return Values
MPIMessageOK

See Also

mpiSequenceConfigGet | MPISequenceConfig