comm_graph_index  292 ompi/debuggers/mpihandles_interface.h     int *comm_graph_index;
comm_graph_index  598 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_graph_index = mqs_malloc(nnodes * sizeof(int));
comm_graph_index  599 ompi/debuggers/ompi_mpihandles_dll.c         if (NULL == (*info)->comm_graph_index) {
comm_graph_index  608 ompi/debuggers/ompi_mpihandles_dll.c             (*info)->comm_graph_index[i] =
comm_graph_index  613 ompi/debuggers/ompi_mpihandles_dll.c         (*info)->comm_graph_edges = mqs_malloc((*info)->comm_graph_index[(*info)->comm_graph_num_nodes - 1] * sizeof(int));
comm_graph_index  615 ompi/debuggers/ompi_mpihandles_dll.c             mqs_free((*info)->comm_graph_index);
comm_graph_index  616 ompi/debuggers/ompi_mpihandles_dll.c             (*info)->comm_graph_index = NULL;
comm_graph_index  625 ompi/debuggers/ompi_mpihandles_dll.c              i < (*info)->comm_graph_index[(*info)->comm_graph_num_nodes - 1];