report Subroutine

private subroutine report(self, error_code)

Prints plan-related information to stdout

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


Calls

proc~~report~~CallsGraph proc~report dtfft_plan_t%report interface~to_str to_str proc~report->interface~to_str mpi_comm_size mpi_comm_size proc~report->mpi_comm_size proc~dtfft_get_backend_string dtfft_get_backend_string proc~report->proc~dtfft_get_backend_string proc~dtfft_get_error_string dtfft_get_error_string proc~report->proc~dtfft_get_error_string proc~dtfft_get_executor_string dtfft_get_executor_string proc~report->proc~dtfft_get_executor_string proc~dtfft_get_precision_string dtfft_get_precision_string proc~report->proc~dtfft_get_precision_string proc~get_backend abstract_transpose_plan%get_backend proc~report->proc~get_backend proc~write_message write_message proc~report->proc~write_message proc~double_to_string double_to_string interface~to_str->proc~double_to_string proc~float_to_string float_to_string interface~to_str->proc~float_to_string proc~int32_to_string int32_to_string interface~to_str->proc~int32_to_string proc~int64_to_string int64_to_string interface~to_str->proc~int64_to_string proc~int8_to_string int8_to_string interface~to_str->proc~int8_to_string mpi_comm_rank mpi_comm_rank proc~write_message->mpi_comm_rank mpi_finalized mpi_finalized proc~write_message->mpi_finalized

Called by

proc~~report~~CalledByGraph proc~report dtfft_plan_t%report proc~dtfft_report_c dtfft_report_c proc~dtfft_report_c->proc~report