MPI_Cart_coords    93 ompi/mpi/cxx/topology_inln.h   (void)MPI_Cart_coords(mpi_comm, rank, maxdims, coords);
MPI_Cart_coords   111 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_coords, mpi_cart_coords, MPI_CART_COORDS, (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr));
MPI_Cart_coords   137 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Cart_coords
MPI_Cart_coords   139 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_coords(comm, rank, maxdims, coords, ierror)
MPI_Cart_coords   145 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Cart_coords
MPI_Cart_coords   126 ompi/mpi/java/c/mpi_CartComm.c     rc = MPI_Cart_coords((MPI_Comm)comm, rank, maxdims, cCoords);