get_reshape_backend Function

private function get_reshape_backend(self, error_code)

Returns selected reshape backend during autotuning

Type Bound

dtfft_plan_t

Arguments

Type IntentOptional Attributes Name
class(dtfft_plan_t), intent(in) :: self

Abstract plan

integer(kind=int32), intent(out), optional :: error_code

Optional error code returned to user

Return Value type(dtfft_backend_t)


Calls

proc~~get_reshape_backend~~CallsGraph proc~get_reshape_backend dtfft_plan_t%get_reshape_backend proc~dtfft_get_error_string dtfft_get_error_string proc~get_reshape_backend->proc~dtfft_get_error_string proc~get_backend reshape_plan_base%get_backend proc~get_reshape_backend->proc~get_backend proc~write_message write_message proc~get_reshape_backend->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~~get_reshape_backend~~CalledByGraph proc~get_reshape_backend dtfft_plan_t%get_reshape_backend proc~dtfft_get_reshape_backend_c dtfft_get_reshape_backend_c proc~dtfft_get_reshape_backend_c->proc~get_reshape_backend