MPI_Graphdims_get  179 ompi/mpi/cxx/topology_inln.h   (void)MPI_Graphdims_get(mpi_comm, nnodes, nedges);
MPI_Graphdims_get  248 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graphdims_get, mpi_graphdims_get, MPI_GRAPHDIMS_GET, (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr));
MPI_Graphdims_get  756 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Graphdims_get
MPI_Graphdims_get  758 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graphdims_get(comm, nnodes, nedges, ierror)
MPI_Graphdims_get  763 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Graphdims_get
MPI_Graphdims_get   68 ompi/mpi/java/c/mpi_GraphComm.c     int rc = MPI_Graphdims_get((MPI_Comm)comm, &maxInd, &maxEdg);