OMPI_COMM_GRAPH    69 ompi/communicator/communicator.h #define OMPI_COMM_IS_GRAPH(comm) ((comm)->c_flags & OMPI_COMM_GRAPH)
OMPI_COMM_GRAPH   483 ompi/debuggers/ompi_mpihandles_dll.c         } else if (0 != (flags & OMPI_COMM_GRAPH)) {
OMPI_COMM_GRAPH   278 ompi/mca/topo/base/topo_base_comm_select.c     } else if( OMPI_COMM_GRAPH == type ) {
OMPI_COMM_GRAPH    58 ompi/mca/topo/base/topo_base_graph_create.c     assert(topo->type == OMPI_COMM_GRAPH);
OMPI_COMM_GRAPH   133 ompi/mca/topo/base/topo_base_graph_create.c             new_comm->c_flags          &= ~OMPI_COMM_GRAPH;
OMPI_COMM_GRAPH   141 ompi/mca/topo/base/topo_base_graph_create.c     new_comm->c_flags          |= OMPI_COMM_GRAPH;
OMPI_COMM_GRAPH    81 ompi/mca/topo/example/topo_example_component.c     } else if( OMPI_COMM_GRAPH == type ) {
OMPI_COMM_GRAPH    99 ompi/mpi/c/graph_create.c                                                          OMPI_COMM_GRAPH))) {