allocate_plans Subroutine

public subroutine allocate_plans(plans, backend, backends)

Uses

  • proc~~allocate_plans~~UsesGraph proc~allocate_plans allocate_plans iso_fortran_env iso_fortran_env proc~allocate_plans->iso_fortran_env

Allocates array of plans

Arguments

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

Plans to allocate

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

Backend to use

type(dtfft_backend_t), intent(in), optional :: backends(:)

Backends to use


Calls

proc~~allocate_plans~~CallsGraph proc~allocate_plans allocate_plans mpi_abort mpi_abort proc~allocate_plans->mpi_abort proc~write_message write_message proc~allocate_plans->proc~write_message mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized

Called by

proc~~allocate_plans~~CalledByGraph proc~allocate_plans allocate_plans proc~create_reshape_plans create_reshape_plans proc~create_reshape_plans->proc~allocate_plans proc~create~15 transpose_plan%create proc~create~15->proc~allocate_plans proc~run_autotune_backend run_autotune_backend proc~create~15->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create~15->proc~autotune_grid_decomposition proc~execute_many execute_many proc~execute_many->proc~allocate_plans proc~execute_single execute_single proc~execute_many->proc~execute_single proc~run_execute_single run_execute_single proc~run_execute_single->proc~allocate_plans proc~autotune_adaptive autotune_adaptive proc~autotune_adaptive->proc~create_reshape_plans proc~autotune_reshape_plan autotune_reshape_plan proc~autotune_reshape_plan->proc~create_reshape_plans proc~autotune_reshape_plan->proc~autotune_adaptive proc~create reshape_plan%create proc~create->proc~create_reshape_plans proc~create->proc~autotune_reshape_plan proc~execute_single_transpose_modes execute_single_transpose_modes proc~execute_single_transpose_modes->proc~run_execute_single proc~run_autotune_backend->proc~execute_many proc~run_autotune_backend->proc~execute_single proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~execute_single->proc~execute_single_transpose_modes proc~autotune_grid_decomposition->proc~autotune_grid