MPI_Graph_map     209 ompi/mpi/cxx/topology_inln.h   (void)MPI_Graph_map(mpi_comm, nnodes, const_cast<int *>(index), const_cast<int *>(edges), &newrank);
MPI_Graph_map     245 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Graph_map, mpi_graph_map, MPI_GRAPH_MAP, (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr));
MPI_Graph_map     716 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Graph_map
MPI_Graph_map     718 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Graph_map(comm, nnodes, index, edges, newrank&
MPI_Graph_map     726 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Graph_map
MPI_Graph_map     163 ompi/mpi/java/c/mpi_GraphComm.c     int rc = MPI_Graph_map((MPI_Comm)comm, nNodes, cIndex, cEdges, &newrank);