MPISynqNetTopology
Definition
typedef struct MPISynqNetTopology { MPINetworkType networkType; unsigned long nodeCount; MPISynqNetNodeTopology nodeTopology[MPISynqNetMaxNODE_COUNT]; } MPISynqNetTopology;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPISynqNetTopology contains the topology information for an entire SynqNet network. It is a subset of MPISynqNetInfo.
networkType | The network topology type. For example: RING, STRING, etc. |
---|---|
nodeCount | The number of nodes in the network. |
nodeTopology | Node-specific topology information. |
Sample Code
/* Get the discovered topology */ returnValue = mpiSynqNetTopologyDiscovered(synqNet, &topologyDiscovered); msgCHECK(returnValue);