maxdims 85 ompi/mca/topo/base/base.h int maxdims, maxdims 94 ompi/mca/topo/base/base.h int maxdims, maxdims 40 ompi/mca/topo/base/topo_base_cart_coords.c int maxdims, maxdims 52 ompi/mca/topo/base/topo_base_cart_coords.c (i < comm->c_topo->mtc.cart->ndims) && (i < maxdims); maxdims 44 ompi/mca/topo/base/topo_base_cart_get.c int maxdims, maxdims 49 ompi/mca/topo/base/topo_base_cart_get.c int m = (maxdims <= comm->c_topo->mtc.cart->ndims) ? maxdims 50 ompi/mca/topo/base/topo_base_cart_get.c maxdims : comm->c_topo->mtc.cart->ndims; maxdims 151 ompi/mca/topo/topo.h int maxdims, maxdims 167 ompi/mca/topo/topo.h int maxdims, maxdims 43 ompi/mpi/c/cart_coords.c int MPI_Cart_coords(MPI_Comm comm, int rank, int maxdims, int coords[]) maxdims 62 ompi/mpi/c/cart_coords.c if ( (0 > maxdims) || ((0 < maxdims) && (NULL == coords))) { maxdims 78 ompi/mpi/c/cart_coords.c err = comm->c_topo->topo.cart.cart_coords(comm, rank, maxdims, coords); maxdims 42 ompi/mpi/c/cart_get.c int MPI_Cart_get(MPI_Comm comm, int maxdims, int dims[], maxdims 58 ompi/mpi/c/cart_get.c if ((0 > maxdims) || (0 < maxdims && maxdims 72 ompi/mpi/c/cart_get.c err = comm->c_topo->topo.cart.cart_get(comm, maxdims, dims, periods, coords); maxdims 74 ompi/mpi/cxx/topology.h virtual void Get_topo(int maxdims, int dims[], bool periods[], maxdims 79 ompi/mpi/cxx/topology.h virtual void Get_coords(int rank, int maxdims, int coords[]) const; maxdims 67 ompi/mpi/cxx/topology_inln.h MPI::Cartcomm::Get_topo(int maxdims, int dims[], bool periods[], maxdims 70 ompi/mpi/cxx/topology_inln.h int *int_periods = new int [maxdims]; maxdims 72 ompi/mpi/cxx/topology_inln.h for (i=0; i<maxdims; i++) { maxdims 75 ompi/mpi/cxx/topology_inln.h (void)MPI_Cart_get(mpi_comm, maxdims, dims, int_periods, coords); maxdims 76 ompi/mpi/cxx/topology_inln.h for (i=0; i<maxdims; i++) { maxdims 91 ompi/mpi/cxx/topology_inln.h MPI::Cartcomm::Get_coords(int rank, int maxdims, int coords[]) const maxdims 93 ompi/mpi/cxx/topology_inln.h (void)MPI_Cart_coords(mpi_comm, rank, maxdims, coords); maxdims 41 ompi/mpi/fortran/mpif-h/cart_coords_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr), maxdims 42 ompi/mpi/fortran/mpif-h/cart_coords_f.c (comm, rank, maxdims, coords, ierr) ) maxdims 61 ompi/mpi/fortran/mpif-h/cart_coords_f.c (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr), maxdims 62 ompi/mpi/fortran/mpif-h/cart_coords_f.c (comm, rank, maxdims, coords, ierr) ) maxdims 69 ompi/mpi/fortran/mpif-h/cart_coords_f.c void ompi_cart_coords_f(MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, maxdims 78 ompi/mpi/fortran/mpif-h/cart_coords_f.c OMPI_ARRAY_FINT_2_INT_ALLOC(coords, OMPI_FINT_2_INT(*maxdims)); maxdims 81 ompi/mpi/fortran/mpif-h/cart_coords_f.c OMPI_FINT_2_INT(*maxdims), maxdims 86 ompi/mpi/fortran/mpif-h/cart_coords_f.c OMPI_ARRAY_INT_2_FINT(coords, OMPI_FINT_2_INT(*maxdims)); maxdims 41 ompi/mpi/fortran/mpif-h/cart_get_f.c (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr), maxdims 42 ompi/mpi/fortran/mpif-h/cart_get_f.c (comm, maxdims, dims, periods, coords, ierr) ) maxdims 61 ompi/mpi/fortran/mpif-h/cart_get_f.c (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr), maxdims 62 ompi/mpi/fortran/mpif-h/cart_get_f.c (comm, maxdims, dims, periods, coords, ierr) ) maxdims 69 ompi/mpi/fortran/mpif-h/cart_get_f.c void ompi_cart_get_f(MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, maxdims 80 ompi/mpi/fortran/mpif-h/cart_get_f.c size = OMPI_FINT_2_INT(*maxdims); maxdims 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)); maxdims 113 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Cart_get, mpi_cart_get, MPI_CART_GET, (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, ompi_fortran_logical_t *periods, MPI_Fint *coords, MPI_Fint *ierr)); maxdims 1713 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_cart_coords_f(comm,rank,maxdims,coords,ierror) & maxdims 1717 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: rank, maxdims maxdims 1718 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(OUT) :: coords(maxdims) maxdims 139 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_coords(comm, rank, maxdims, coords, ierror) maxdims 142 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: maxdims maxdims 168 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Cart_get(comm, maxdims, dims, periods, coords& maxdims 171 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: maxdims maxdims 139 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_coords(comm, rank, maxdims, coords, ierror) maxdims 142 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: maxdims maxdims 168 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Cart_get(comm, maxdims, dims, periods, coords& maxdims 171 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: maxdims maxdims 69 ompi/mpi/java/c/mpi_CartComm.c int maxdims; maxdims 70 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cartdim_get((MPI_Comm)comm, &maxdims); maxdims 75 ompi/mpi/java/c/mpi_CartComm.c jintArray dims = (*env)->NewIntArray(env, maxdims); maxdims 76 ompi/mpi/java/c/mpi_CartComm.c jbooleanArray periods = (*env)->NewBooleanArray(env, maxdims); maxdims 77 ompi/mpi/java/c/mpi_CartComm.c jintArray coords = (*env)->NewIntArray(env, maxdims); maxdims 79 ompi/mpi/java/c/mpi_CartComm.c if(maxdims != 0) maxdims 89 ompi/mpi/java/c/mpi_CartComm.c rc = MPI_Cart_get((MPI_Comm)comm, maxdims, cDims, cPeriods, cCoords); maxdims 115 ompi/mpi/java/c/mpi_CartComm.c int maxdims; maxdims 116 ompi/mpi/java/c/mpi_CartComm.c int rc = MPI_Cartdim_get((MPI_Comm)comm, &maxdims); maxdims 121 ompi/mpi/java/c/mpi_CartComm.c jintArray coords = (*env)->NewIntArray(env, maxdims); maxdims 126 ompi/mpi/java/c/mpi_CartComm.c rc = MPI_Cart_coords((MPI_Comm)comm, rank, maxdims, cCoords);