mpiSequenceConfigGet
Declaration
int32_t mpiSequenceConfigGet(MPISequence sequence, MPISequenceConfig *config)
Required Header: stdmpi.h
Description
mpiSequenceConfigGet gets the configuration of a Sequence object (sequence) and writes it in the structure pointed to by config.
sequence | A handle to an Squence object. |
---|---|
*config | A pointer to the MPISequenceConfig structure. |
Return Values |
---|
MPIMessageOK |