mpiSqNodeNumber
Declaration
long mpiSqNodeNumber(MPISqNode node, long *number);
Required Header: stdmpi.h
Description
mpiSqNodeNumber reads the index of a SynqNet node and writes it into the contents of a long 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 |