MPINetworkType
Definition
typedef enum MPINetworkType {
MPINetworkTypeINVALID = -1, /* no nodes found */
MPINetworkTypeSTRING,
MPINetworkTypeSTRING_DUAL,
MPINetworkTypeRING,
MPINetworkTypeEND,
MPINetworkTypeFIRST = MPINetworkTypeINVALID + 1
} MPINetworkType;
Required Header: mpidef.h
Change History: Modified in 04.00. Modified in 03.03.00
Description
MPINetworkType enumerations list all network topologies supported by this MPI release.
| MPINetworkTypeINVALID | No nodes were found on the network |
|---|---|
| MPINetworkTypeSTRING | The network topology type is a string of nodes |
| MPINetworkTypeSTRING_DUAL | The network topology type is two strings of nodes. |
| MPINetworkTypeRING | The network topology type is a ring of nodes. |
