MPISqNodeLinkStatus

Declaration

typedef struct MPISqNodeLinkStatus {
    MPI_BOOL inPort;
    MPI_BOOL outPort;
}MPISqNodeLinkStatus;

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

MPISqNodeLinkStatus contains the operational condition of the network communication link between SynqNet nodes. A TRUE indicates the network link is GOOD. A FALSE indicates the network link is BAD, which is typically cased by a missing or improperly connected network cable.

inPort Link status for the SynqNet input port.
outPort Link status for the network output port.

See Also

mpiSqNodeLinkStatus