dtfft_get_aux_bytes_reshape_c Function

private function dtfft_get_aux_bytes_reshape_c(plan_ptr, aux_bytes) result(error_code) bind(C)

Returns minimum number of bytes required for auxiliary buffer for reshape, C interface

Arguments

Type IntentOptional Attributes Name
type(c_ptr), value :: plan_ptr

C pointer to Fortran plan

integer(kind=c_size_t), intent(out) :: aux_bytes

Number of bytes required for auxiliary buffer for reshape

Return Value integer(kind=c_int32_t)

The enumerated type dtfft_error_t defines API call result codes.


Calls

proc~~dtfft_get_aux_bytes_reshape_c~~CallsGraph proc~dtfft_get_aux_bytes_reshape_c dtfft_get_aux_bytes_reshape_c is_null_ptr is_null_ptr proc~dtfft_get_aux_bytes_reshape_c->is_null_ptr proc~get_aux_bytes_reshape dtfft_plan_t%get_aux_bytes_reshape proc~dtfft_get_aux_bytes_reshape_c->proc~get_aux_bytes_reshape proc~dtfft_get_error_string dtfft_get_error_string proc~get_aux_bytes_reshape->proc~dtfft_get_error_string proc~get_aux_bytes~2 reshape_plan_base%get_aux_bytes proc~get_aux_bytes_reshape->proc~get_aux_bytes~2 proc~write_message write_message proc~get_aux_bytes_reshape->proc~write_message proc~get_aux_bytes_generic get_aux_bytes_generic proc~get_aux_bytes~2->proc~get_aux_bytes_generic mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized proc~get_aux_bytes abstract_reshape_handle%get_aux_bytes proc~get_aux_bytes_generic->proc~get_aux_bytes