Creates cartesian communicator
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MPI_Comm), | intent(in) | :: | old_comm |
Communicator to create cartesian from |
||
integer(kind=int32), | intent(in) | :: | comm_dims(:) |
Dims in cartesian communicator |
||
type(MPI_Comm), | intent(out) | :: | comm |
Cartesian communicator |
||
type(MPI_Comm), | intent(out) | :: | local_comms(:) |
1d communicators in cartesian communicator |