allocate_plans Subroutine

private subroutine allocate_plans(plans, backend)

Allocates array of plans

Arguments

Type IntentOptional Attributes Name
type(plan_t), intent(inout) :: plans(:)

Plans to allocate

type(dtfft_backend_t), intent(in) :: backend

Backend to use


Called by

proc~~allocate_plans~~CalledByGraph proc~allocate_plans allocate_plans proc~create transpose_plan%create proc~create->proc~allocate_plans proc~run_autotune_backend run_autotune_backend proc~create->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create->proc~autotune_grid_decomposition proc~run_autotune_backend->proc~allocate_plans proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~autotune_grid_decomposition->proc~autotune_grid