MEINetworkType
Definition
typedef enum MEINetworkType { MEINetworkTypeINVALID = -1, /* no nodes found */ MEINetworkTypeSTRING, MEINetworkTypeSTRING_DUAL, MEINetworkTypeRING, } MEINetworkType;
Description
MEINetworkType enumerations list all network topologies supported by this MPI release.
No nodes were found on the network
The network topology type is a string of nodes
The network topology type is two strings of nodes.
The network topology type is a ring of nodes.
See Also
MEISynqNetInfo | meiSynqNetInfo
SynqNet Topologies