mpiSqNodeNumber
Declaration
int32_t mpiSqNodeNumber(MPISqNode node, int32_t *number);
Required Header: stdmpi.h
Description
mpiSqNodeNumber reads the index of a SynqNet node and writes it into the contents of a int32_t pointed to by number. Each SqNode associated with a controller is indexed by a identification number (0, 1, 2, etc.).
node | a handle to a SynqNet node object |
---|---|
*number | a pointer to the index of a SynqNet node. |
Return Values | |
---|---|
MPIMessageOK |