mpiSynqNetConfigSet
Declaration
int32_t mpiSynqNetConfigSet(MPISynqNet synqNet, MPISynqNetConfig *config);
Required Header: stdmpi.h
Description
mpiSynqNetConfigSet writes a SynqNet network (synqNet) configuration from the structure pointed to by config.
| synqNet | a handle to a SynqNet object |
|---|---|
| *config | a pointer to a SynqNet config structure. |
| Return Values | |
|---|---|
| MPIMessageOK | |
| MPIMessageARG_INVALID | |
| MPIMessagePARAM_INVALID | |
| MPISynqNetMessageRING_ONLY | |
