get_local_sizes Subroutine

public subroutine get_local_sizes(pencils, in_starts, in_counts, out_starts, out_counts, alloc_size, is_y_slab)

Obtain local starts and counts in real and fourier spaces

Arguments

Type IntentOptional Attributes Name
type(pencil), intent(in) :: pencils(:)

Array of pencils

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

Start indexes in real space (0-based)

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

Number of elements in real space

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

Start indexes in fourier space (0-based)

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

Number of elements in fourier space

integer(kind=int64), intent(out), optional :: alloc_size

Minimal number of elements required to execute plan

logical, intent(in), optional :: is_y_slab

Is Y-slab optimization used


Called by

proc~~get_local_sizes~2~~CalledByGraph proc~get_local_sizes~2 get_local_sizes proc~create~16 transpose_plan%create proc~create~16->proc~get_local_sizes~2 proc~run_autotune_backend run_autotune_backend proc~create~16->proc~run_autotune_backend proc~autotune_grid_decomposition autotune_grid_decomposition proc~create~16->proc~autotune_grid_decomposition proc~create~9 reshape_plan%create proc~create~9->proc~get_local_sizes~2 proc~get_local_sizes dtfft_plan_t%get_local_sizes proc~get_local_sizes->proc~get_local_sizes~2 proc~get_local_sizes_internal dtfft_plan_t%get_local_sizes_internal proc~get_local_sizes->proc~get_local_sizes_internal proc~get_local_sizes_internal->proc~get_local_sizes~2 proc~run_autotune_backend->proc~get_local_sizes~2 proc~autotune_grid autotune_grid proc~autotune_grid->proc~run_autotune_backend proc~dtfft_get_local_sizes_c dtfft_get_local_sizes_c proc~dtfft_get_local_sizes_c->proc~get_local_sizes proc~get_alloc_size dtfft_plan_t%get_alloc_size proc~get_alloc_size->proc~get_local_sizes proc~autotune_grid_decomposition->proc~autotune_grid 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~get_aux_size dtfft_plan_t%get_aux_size proc~get_aux_size->proc~get_alloc_size proc~check_aux dtfft_plan_t%check_aux proc~check_aux->proc~get_alloc_bytes proc~get_aux_bytes~3 dtfft_plan_t%get_aux_bytes proc~check_aux->proc~get_aux_bytes~3 proc~dtfft_get_alloc_bytes_c dtfft_get_alloc_bytes_c proc~dtfft_get_alloc_bytes_c->proc~get_alloc_bytes proc~dtfft_get_aux_size_c dtfft_get_aux_size_c proc~dtfft_get_aux_size_c->proc~get_aux_size proc~get_aux_bytes~3->proc~get_aux_size proc~dtfft_get_aux_bytes_c dtfft_get_aux_bytes_c proc~dtfft_get_aux_bytes_c->proc~get_aux_bytes~3 proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~check_aux proc~reshape_private dtfft_plan_t%reshape_private proc~reshape_private->proc~check_aux proc~transpose_private dtfft_plan_t%transpose_private proc~transpose_private->proc~check_aux proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute~6 dtfft_plan_t%execute proc~execute~6->proc~execute_ptr proc~reshape_ptr dtfft_plan_t%reshape_ptr proc~reshape_ptr->proc~reshape_private proc~reshape_start_ptr dtfft_plan_t%reshape_start_ptr proc~reshape_start_ptr->proc~reshape_private proc~transpose_ptr dtfft_plan_t%transpose_ptr proc~transpose_ptr->proc~transpose_private proc~transpose_start_ptr dtfft_plan_t%transpose_start_ptr proc~transpose_start_ptr->proc~transpose_private proc~dtfft_reshape_c dtfft_reshape_c proc~dtfft_reshape_c->proc~reshape_ptr proc~dtfft_reshape_start_c dtfft_reshape_start_c proc~dtfft_reshape_start_c->proc~reshape_start_ptr proc~dtfft_transpose_c dtfft_transpose_c proc~dtfft_transpose_c->proc~transpose_ptr proc~dtfft_transpose_start_c dtfft_transpose_start_c proc~dtfft_transpose_start_c->proc~transpose_start_ptr proc~reshape dtfft_plan_t%reshape proc~reshape->proc~reshape_ptr proc~reshape_start dtfft_plan_t%reshape_start proc~reshape_start->proc~reshape_start_ptr proc~transpose dtfft_plan_t%transpose proc~transpose->proc~transpose_ptr proc~transpose_start dtfft_plan_t%transpose_start proc~transpose_start->proc~transpose_start_ptr