mpiSqNodeUserDataGet
Declaration
int32_t mpiSqNodeUserDataGet(MPISqNode node, MPISqNodeUserData *data);
Required Header: stdmpi.h
Description
mpiSqNodeUserDataGet reads the user data from the node.
node | a handle to a SynqNet node object. |
---|---|
*data | a pointer to a MPISqNodeUserData structure, allocated on the host. |
Return Values | |
---|---|
MPIMessageOK |