Creates cartesian communicator and executes various datatypes on it
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(transpose_plan_host), | intent(in) | :: | self |
Abstract plan |
||
type(MPI_Comm), | intent(in) | :: | base_comm |
Base communicator |
||
integer(kind=int32), | intent(in) | :: | comm_dims(:) |
Number of MPI Processes in Y and Z directions |
||
integer(kind=int32), | intent(in) | :: | dims(:) |
Global dims |
||
integer(kind=int32), | intent(in) | :: | transposed_dims(:,:) |
Transposed dims |
||
type(dtfft_effort_t), | intent(in) | :: | effort |
How thoroughly |
||
type(MPI_Datatype), | intent(in) | :: | base_dtype |
Basic MPI Datatype |
||
integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store Basic MPI Datatype |
||
integer(kind=int32), | intent(inout) | :: | latest_timer_id |
Current timer id |
||
real(kind=real64), | intent(inout) | :: | timers(:) |
Time of current function execution is stored in timers(latest_timer_id) |
||
integer(kind=int32), | intent(inout) | :: | decomps(:,:) |
Current decomposition is stored in decomps(:, latest_timer_id) |
||
integer(kind=int8), | intent(inout) | :: | forw_ids(:,:) |
Best Forward ids are stored in forw_ids(:, latest_timer_id) |
||
integer(kind=int8), | intent(inout) | :: | back_ids(:,:) |
Best Backward ids are stored in back_ids(:, latest_timer_id) |