Creates transpose_handle_host
class
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(transpose_handle_host), | intent(inout) | :: | self |
Transposition class |
||
type(MPI_Comm), | intent(in) | :: | comm |
1d communicator |
||
class(pencil), | intent(in) | :: | send |
Information about send buffer |
||
class(pencil), | intent(in) | :: | recv |
Information about recv buffer |
||
type(MPI_Datatype), | intent(in) | :: | base_type |
Base MPI Datatype |
||
integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store single element |
||
integer(kind=int8), | intent(in) | :: | datatype_id |
Type of datatype to use |