Creates cartesian communicator
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | transposed_dims(:,:) |
Global counts in transposed coordinates |
||
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 |
||
type(pencil), | intent(out) | :: | pencils(:) |
Data distributing meta |
||
type(pencil_init), | intent(in), | optional | :: | ipencil |