mpiSynqNetConfigGet
Declaration
int32_t mpiSynqNetConfigGet(MPISynqNet synqNet, MPISynqNetConfig *config);
Required Header: stdmpi.h
Description
mpiSynqNetConfigGet reads a SynqNet network (synqNet) configuration and writes it into the structure pointed to by config.
synqNet | a handle to a SynqNet object |
---|---|
*config | a pointer to a SynqNet config structure. |
Return Values | |
---|---|
MPIMessageOK |