create_handle Subroutine

private subroutine create_handle(self, n)

Creates transposition handle

Type Bound

handle_t

Arguments

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

Transposition handle

integer(kind=int32), intent(in) :: n

Number of datatypes to be created


Calls

proc~~create_handle~~CallsGraph proc~create_handle handle_t%create_handle proc~destroy_handle handle_t%destroy_handle proc~create_handle->proc~destroy_handle mpi_type_free mpi_type_free proc~destroy_handle->mpi_type_free

Called by

proc~~create_handle~~CalledByGraph proc~create_handle handle_t%create_handle proc~create~12 transpose_handle_host%create proc~create~12->proc~create_handle proc~get_plan_execution_time transpose_plan_host%get_plan_execution_time proc~get_plan_execution_time->proc~create~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