execute Subroutine

private subroutine execute(self, in, out, transpose_type)

Executes single transposition

Type Bound

abstract_transpose_plan

Arguments

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

Transposition class

type(c_ptr), intent(in) :: in

Incoming pointer

type(c_ptr), intent(in) :: out

Result pointer

type(dtfft_transpose_t), intent(in) :: transpose_type

Type of transpose


Calls

proc~~execute~5~~CallsGraph proc~execute~5 abstract_transpose_plan%execute execute_private execute_private proc~execute~5->execute_private proc~pop_nvtx_domain_range pop_nvtx_domain_range proc~execute~5->proc~pop_nvtx_domain_range proc~push_nvtx_domain_range push_nvtx_domain_range proc~execute~5->proc~push_nvtx_domain_range interface~nvtxdomainrangepop_c nvtxDomainRangePop_c proc~pop_nvtx_domain_range->interface~nvtxdomainrangepop_c interface~nvtxdomainrangepushex_c nvtxDomainRangePushEx_c proc~push_nvtx_domain_range->interface~nvtxdomainrangepushex_c proc~astring_f2c astring_f2c proc~push_nvtx_domain_range->proc~astring_f2c proc~create_nvtx_domain create_nvtx_domain proc~push_nvtx_domain_range->proc~create_nvtx_domain proc~string_f2c string_f2c proc~astring_f2c->proc~string_f2c proc~create_nvtx_domain->proc~astring_f2c interface~nvtxdomaincreate_c nvtxDomainCreate_c proc~create_nvtx_domain->interface~nvtxdomaincreate_c

Called by

proc~~execute~5~~CalledByGraph proc~execute~5 abstract_transpose_plan%execute proc~execute_private dtfft_plan_t%execute_private proc~execute_private->proc~execute~5 proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~transpose_ptr->proc~execute~5 proc~dtfft_transpose_c dtfft_transpose_c proc~dtfft_transpose_c->proc~transpose_ptr proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~execute_private proc~transpose dtfft_plan_t%transpose proc~transpose->proc~transpose_ptr proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute dtfft_plan_t%execute proc~execute->proc~execute_ptr