Creates transpose handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(inout) | :: | self |
Abstract transpose handle |
||
| type(pencil), | intent(in) | :: | send |
Send pencil |
||
| type(pencil), | intent(in) | :: | recv |
Recv pencil |
||
| integer(kind=int64), | intent(in) | :: | base_storage |
Base storage size |
||
| type(create_args), | intent(inout) | :: | kwargs |
Additional arguments |