| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(create_args), | intent(inout) | :: | create_kwargs | |||
| integer(kind=int64), | intent(in) | :: | buffer_size | |||
| type(backend_helper), | intent(inout) | :: | helper |
Base MPI_Datatype |
||
| type(pencil), | intent(in) | :: | pencils(:) |
Source meta |
||
| logical, | intent(in) | :: | is_z_slab |
Is Z-slab optimization enabled |
||
| integer(kind=int8), | intent(out) | :: | best_forward_ids(:) |
Best Datatype ids for forward plan |
||
| integer(kind=int8), | intent(out) | :: | best_backward_ids(:) |
Best Datatype ids for backward plan |
||
| real(kind=real32), | intent(out) | :: | elapsed_time |
Elapsed time for best plans selected in [ms] |