execute Subroutine

private subroutine execute(self, send, recv)

Executes transposition

Type Bound

transpose_handle_host

Arguments

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

Transposition class

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

Incoming buffer

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

Resulting buffer


Calls

proc~~execute~12~~CallsGraph proc~execute~12 transpose_handle_host%execute 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

Called by

proc~~execute~12~~CalledByGraph proc~execute~12 transpose_handle_host%execute proc~execute_private~2 transpose_plan_host%execute_private proc~execute_private~2->proc~execute~12 proc~get_plan_execution_time transpose_plan_host%get_plan_execution_time proc~get_plan_execution_time->proc~execute~12 proc~autotune_grid~2 transpose_plan_host%autotune_grid proc~autotune_grid~2->proc~get_plan_execution_time proc~autotune_mpi_datatypes transpose_plan_host%autotune_mpi_datatypes proc~autotune_grid~2->proc~autotune_mpi_datatypes proc~autotune_transpose_id transpose_plan_host%autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~autotune_grid_decomposition~2 transpose_plan_host%autotune_grid_decomposition proc~autotune_grid_decomposition~2->proc~autotune_grid~2 proc~autotune_mpi_datatypes->proc~autotune_transpose_id proc~create_private~2 transpose_plan_host%create_private proc~create_private~2->proc~autotune_grid~2 proc~create_private~2->proc~autotune_grid_decomposition~2