mpiSqNodeLinkStatus
Declaration
MPI_DECL1 int32_t MPI_DECL2 mpiSqNodeLinkStatus (MPIControl control, int32_t nodeNumber, MPISqNodeLinkStatus *linkStatus);
Required Header: stdmpi.h
Change History: Modified in 04.00.
Description
mpiSqNodeLinkStatus writes the status for the network links into the structure pointed to by linkStatus. The link status provides an indicator of whether there is a functional connection between the nodes or controller/node.
control | Pointer to a control object |
---|---|
nodeNumber | An index to a SynqNet node |
*linkStatus | A pointer to a link status structure. |
Return Values |
---|
MPIMessageOK |