CommTopo

Function

Defines the communication topology type.

Prototype

typedef enum {
    COMM_TOPO_RESERVED = -1,  /* Reserved topology */
    COMM_TOPO_CLOS = 0,       /* Clos topology */
    COMM_TOPO_1DMESH = 1,     /* 1DMesh topology */
    COMM_TOPO_910_93 = 2,     /* Topology of the Atlas A3 training product/Atlas A3 inference product (with SIO) */
    COMM_TOPO_310P = 3,       /* Topology of the Atlas inference product */
    COMM_TOPO_A2AXSERVER = 4, /* A2_AX_SERVER */
    COMM_TOPO_CUSTOM = 5     /* Custom */
} CommTopo;