Topology
MPI.Cart_coords
— Function.Cart_coords(comm::Comm)
Determine coordinates of local process in Cartesian communicator.
See also Cart_coords!
.
MPI.Cart_coords!
— Function.MPI.Cart_create
— Function.MPI.Cart_get
— Function.dims, periods, coords = Cart_get(comm::Comm)
Obtain information on the Cartesian topology of dimension N
underlying the communicator comm
. This is specified by two Cint
arrays of N
elements for the number of processes and periodicity properties along each Cartesian dimension. A third Cint
array is returned, containing the Cartesian coordinates of the calling process.
External links
MPI.Cart_rank
— Function.MPI.Cart_sub
— Function.MPI.Cartdim_get
— Function.MPI.Dims_create!
— Function.