MPI_Graph_get     186 ompi/mpi/cxx/topology_inln.h   (void)MPI_Graph_get(mpi_comm, maxindex, maxedges, index, edges);
MPI_Graph_get     244 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_get, mpi_graph_get, MPI_GRAPH_GET, (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr));
MPI_Graph_get     701 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Graph_get
MPI_Graph_get     703 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_get(comm, maxindex, maxedges, index, edges&
MPI_Graph_get     711 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Graph_get
MPI_Graph_get      81 ompi/mpi/java/c/mpi_GraphComm.c     rc = MPI_Graph_get((MPI_Comm)comm, maxInd, maxEdg, cIndex, cEdges);