execute_private Subroutine

private subroutine execute_private(self, in, out, transpose_type)

Executes single transposition

Type Bound

transpose_plan_host

Arguments

Type IntentOptional Attributes Name
class(transpose_plan_host), intent(inout) :: self

Transposition class

real(kind=real32), intent(inout) :: in(:)

Incoming buffer

real(kind=real32), intent(inout) :: out(:)

Resulting buffer

type(dtfft_transpose_t), intent(in) :: transpose_type

Type of transpose to execute


Calls

proc~~execute_private~2~~CallsGraph proc~execute_private~2 transpose_plan_host%execute_private proc~execute~12 transpose_handle_host%execute proc~execute_private~2->proc~execute~12 mpi_alltoall_init mpi_alltoall_init proc~execute~12->mpi_alltoall_init mpi_alltoallw_init mpi_alltoallw_init proc~execute~12->mpi_alltoallw_init mpi_start mpi_start proc~execute~12->mpi_start mpi_wait mpi_wait proc~execute~12->mpi_wait