mpiSynqNetNodePortToCableNum

Declaration

long mpiSynqNetNodePortToCableNum(MPISynqNet     synqNet,
                                  long           nodeNumber,
                                  MPINetworkPort port,
                                  long           *cableNumber);

Required Header: stdmpi.h

Description

mpiSynqNetNodePortToCableNum converts a node number and port on a SynqNet network into a cable number. It reads the cable number and writes it into a long pointed to by cableNumber.

Network connections can be identified by a cable number OR a node number and port. For simple network topologies, it is easier to identify network connections by a cable number. For complex network topologies, it is easier to identify network connections by a node number and port.

synqNet a handle to the SynqNet object
nodeNumber the number of the node
port an enumerated port value
*cableNumber a pointer to a cable number
Return Values
MPIMessageOK

See Also

MPISynqNetCableList