SimGrid
3.18
Versatile Simulation of Distributed Systems
|
Functions | |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (smpi_pmpi) | |
int | PMPI_Cart_create (MPI_Comm comm_old, int ndims, int *dims, int *periodic, int reorder, MPI_Comm *comm_cart) |
int | PMPI_Cart_rank (MPI_Comm comm, int *coords, int *rank) |
int | PMPI_Cart_shift (MPI_Comm comm, int direction, int displ, int *source, int *dest) |
int | PMPI_Cart_coords (MPI_Comm comm, int rank, int maxdims, int *coords) |
int | PMPI_Cart_get (MPI_Comm comm, int maxdims, int *dims, int *periods, int *coords) |
int | PMPI_Cartdim_get (MPI_Comm comm, int *ndims) |
int | PMPI_Dims_create (int nnodes, int ndims, int *dims) |
int | PMPI_Cart_sub (MPI_Comm comm, int *remain_dims, MPI_Comm *comm_new) |
XBT_LOG_EXTERNAL_DEFAULT_CATEGORY | ( | smpi_pmpi | ) |
int PMPI_Cart_create | ( | MPI_Comm | comm_old, |
int | ndims, | ||
int * | dims, | ||
int * | periodic, | ||
int | reorder, | ||
MPI_Comm * | comm_cart | ||
) |
int PMPI_Cart_rank | ( | MPI_Comm | comm, |
int * | coords, | ||
int * | rank | ||
) |
int PMPI_Cart_shift | ( | MPI_Comm | comm, |
int | direction, | ||
int | displ, | ||
int * | source, | ||
int * | dest | ||
) |
int PMPI_Cart_coords | ( | MPI_Comm | comm, |
int | rank, | ||
int | maxdims, | ||
int * | coords | ||
) |
int PMPI_Cart_get | ( | MPI_Comm | comm, |
int | maxdims, | ||
int * | dims, | ||
int * | periods, | ||
int * | coords | ||
) |
int PMPI_Cartdim_get | ( | MPI_Comm | comm, |
int * | ndims | ||
) |
int PMPI_Dims_create | ( | int | nnodes, |
int | ndims, | ||
int * | dims | ||
) |