execute Subroutine

private subroutine execute(self, in, out, kwargs, error_code)

Executes transposition

Type Bound

transpose_handle_datatype

Arguments

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

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

Result of execution


Calls

proc~~execute~13~~CallsGraph proc~execute~13 transpose_handle_datatype%execute mpi_alltoall_init mpi_alltoall_init proc~execute~13->mpi_alltoall_init mpi_alltoallw_init mpi_alltoallw_init proc~execute~13->mpi_alltoallw_init mpi_comm_size mpi_comm_size proc~execute~13->mpi_comm_size mpi_startall mpi_startall proc~execute~13->mpi_startall proc~execute_end~4 transpose_handle_datatype%execute_end proc~execute~13->proc~execute_end~4 mpi_waitall mpi_waitall proc~execute_end~4->mpi_waitall

Called by

proc~~execute~13~~CalledByGraph proc~execute~13 transpose_handle_datatype%execute proc~get_plan_execution_time get_plan_execution_time proc~get_plan_execution_time->proc~execute~13 proc~autotune_transpose_id autotune_transpose_id proc~autotune_transpose_id->proc~get_plan_execution_time proc~run_autotune_datatypes run_autotune_datatypes proc~run_autotune_datatypes->proc~autotune_transpose_id proc~run_autotune_backend run_autotune_backend proc~run_autotune_backend->proc~run_autotune_datatypes proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~create transpose_plan%create proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~autotune_grid_decomposition->proc~autotune_grid