mpiSqNodeConfigSet
Declaration
int32_t mpiSqNodeConfigSet(MPISqNode node, MPISqNodeConfig *config);
Required Header: stdmpi.h
Description
mpiSqNodeConfigSet writes a SynqNet node's (node) configuration using data from the structure pointed to by config.
| node | a handle to a SynqNet node object |
|---|---|
| *config | a pointer to a SynqNet node config structure |
| Return Values | |
|---|---|
| MPIMessageOK | |
| MPIMessageARG_INVALID | |
| MPISqNodeMessageFEEDBACK_MAP_INVALID | |
