Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(transpose_plan_host), | intent(in) | :: | self |
Host plan |
||
type(pencil), | intent(in) | :: | pencils(:) |
Array of pencils |
||
type(MPI_Comm), | intent(in) | :: | cart_comm |
3D Cartesian comm |
||
type(MPI_Comm), | intent(in) | :: | comms(:) |
Array of 1d communicators |
||
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 |
||
real(kind=real32), | intent(inout) | :: | a(:) |
Work buffer |
||
real(kind=real32), | intent(inout) | :: | b(:) |
Work buffer |
||
integer(kind=int8), | intent(inout) | :: | forward_ids(:) |
Forward plan IDs |
||
integer(kind=int8), | intent(inout) | :: | backward_ids(:) |
Backward plan IDs |
||
real(kind=real64), | intent(out) | :: | elapsed_time |
Elapsed time |