MPI CART COORDS Definition of mpl cart coords Used to translate the coordinates of the process from rank, the inverse of MPI CaRt ranK The mP cart coords routine returns the corresponding Cartesian coordinates of a(linear) rank in a cartesian communicator int MPl Cart coords( MPI Comm comm, int rank, int maxims, int*coords The function returns an int error flagMPI_CART_COORDS • Definition of MPI_CART_COORDS – Used to translate the coordinates of the process from rank, the inverse of MPI_CART_RANK. • The MPI_CART_COORDS routine returns the corresponding Cartesian coordinates of a (linear) rank in a Cartesian communicator. int MPI_Cart_coords( MPI_Comm comm, int rank, int maxdims, int *coords ) • The function returns an int error flag