Abstract transpose handle type
Creates transpose handle
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 |
Returns number of bytes required by aux buffer
Returns number of bytes required by aux buffer
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(in) | :: | self |
Abstract Transpose Handle |
Creates transpose handle
Creates transpose handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(inout) | :: | self |
Abstract transpose handle |
||
| type(MPI_Comm), | intent(in) | :: | comm |
MPI Communicator |
||
| type(pencil), | intent(in) | :: | send |
Send pencil |
||
| type(pencil), | intent(in) | :: | recv |
Recv pencil |
||
| type(dtfft_transpose_t), | intent(in) | :: | transpose_type |
Type of transpose to create |
||
| integer(kind=int64), | intent(in) | :: | base_storage |
Base storage |
||
| type(create_args), | intent(in) | :: | kwargs |
Additional arguments |
Executes transpose handle
Executes transpose handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(inout) | :: | self |
Abstract Transpose Handle |
||
| real(kind=real32), | intent(inout) | :: | in(:) |
Send pointer |
||
| real(kind=real32), | intent(inout) | :: | out(:) |
Recv pointer |
||
| type(execute_args), | intent(inout) | :: | kwargs |
Additional arguments |
||
| integer(kind=int32), | intent(out) | :: | error_code |
Error code |
Finishes async transpose
Finishes async transpose
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(inout) | :: | self |
Abstract Transpose Handle |
||
| type(execute_args), | intent(inout) | :: | kwargs |
Additional arguments |
||
| integer(kind=int32), | intent(out) | :: | error_code |
Error code |
Destroys transpose handle
Destroys transpose handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(inout) | :: | self |
Abstract Transpose Handle |
Returns if async transpose is active
Returns if async transpose is active
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_transpose_handle), | intent(in) | :: | self |
Abstract Transpose Handle |