mpiSequenceConfigSet
Declaration
int32_t 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 | 

