Abstract reshape handle type
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | is_transpose |
Is this a transpose operation |
Creates reshape handle
Creates reshape handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(inout) | :: | self |
Abstract reshape handle |
||
| type(pencil), | intent(in) | :: | send |
Send pencil |
||
| type(pencil), | intent(in) | :: | recv |
Recv pencil |
||
| 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_reshape_handle), | intent(in) | :: | self |
Abstract reshape Handle |
Creates reshape handle
Creates reshape handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(inout) | :: | self |
Abstract reshape handle |
||
| type(MPI_Comm), | intent(in) | :: | comm |
MPI Communicator |
||
| type(pencil), | intent(in) | :: | send |
Send pencil |
||
| type(pencil), | intent(in) | :: | recv |
Recv pencil |
||
| type(create_args), | intent(in) | :: | kwargs |
Additional arguments |
Executes reshape handle
Executes reshape handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(inout) | :: | self |
Abstract reshape 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 reshape
Finishes async reshape
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(inout) | :: | self |
Abstract reshape Handle |
||
| type(execute_args), | intent(inout) | :: | kwargs |
Additional arguments |
||
| integer(kind=int32), | intent(out) | :: | error_code |
Error code |
Destroys reshape handle
Destroys reshape handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(inout) | :: | self |
Abstract reshape Handle |
Returns if async reshape is active
Returns if async reshape is active
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(abstract_reshape_handle), | intent(in) | :: | self |
Abstract reshape Handle |