get_alloc_size Function

private function get_alloc_size(self, error_code) result(alloc_size)

Wrapper around get_local_sizes to obtain number of elements only

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 integer(kind=int64)

Minimal number of elements required to execute plan


Calls

proc~~get_alloc_size~~CallsGraph proc~get_alloc_size dtfft_plan_t%get_alloc_size proc~get_local_sizes dtfft_plan_t%get_local_sizes proc~get_alloc_size->proc~get_local_sizes counts counts proc~get_local_sizes->counts mpi_allreduce mpi_allreduce proc~get_local_sizes->mpi_allreduce proc~dtfft_get_error_string dtfft_get_error_string proc~get_local_sizes->proc~dtfft_get_error_string proc~get_backend dtfft_plan_t%get_backend proc~get_local_sizes->proc~get_backend proc~get_local_sizes~2 get_local_sizes proc~get_local_sizes->proc~get_local_sizes~2 proc~get_log_enabled get_log_enabled proc~get_local_sizes->proc~get_log_enabled proc~is_backend_nvshmem is_backend_nvshmem proc~get_local_sizes->proc~is_backend_nvshmem proc~write_message write_message proc~get_local_sizes->proc~write_message starts starts proc~get_local_sizes->starts proc~get_backend~2 abstract_transpose_plan%get_backend proc~get_backend->proc~get_backend~2 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_alloc_size~~CalledByGraph proc~get_alloc_size dtfft_plan_t%get_alloc_size proc~check_aux dtfft_plan_t%check_aux proc~check_aux->proc~get_alloc_size proc~dtfft_get_alloc_size_c dtfft_get_alloc_size_c proc~dtfft_get_alloc_size_c->proc~get_alloc_size proc~get_alloc_bytes dtfft_plan_t%get_alloc_bytes proc~get_alloc_bytes->proc~get_alloc_size proc~dtfft_get_alloc_bytes_c dtfft_get_alloc_bytes_c proc~dtfft_get_alloc_bytes_c->proc~get_alloc_bytes proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~check_aux 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