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~dtfft_get_version dtfft_get_version proc~report->interface~dtfft_get_version interface~int_to_str int_to_str proc~report->interface~int_to_str mpi_cart_get mpi_cart_get proc~report->mpi_cart_get 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~get_backend~2 abstract_transpose_plan%get_backend proc~report->proc~get_backend~2 proc~get_log_enabled get_log_enabled proc~report->proc~get_log_enabled proc~write_message write_message proc~report->proc~write_message proc~dtfft_get_version_current dtfft_get_version_current interface~dtfft_get_version->proc~dtfft_get_version_current proc~dtfft_get_version_required dtfft_get_version_required interface~dtfft_get_version->proc~dtfft_get_version_required proc~int_to_str_int32 int_to_str_int32 interface~int_to_str->proc~int_to_str_int32 proc~int_to_str_int64 int_to_str_int64 interface~int_to_str->proc~int_to_str_int64 proc~int_to_str_int8 int_to_str_int8 interface~int_to_str->proc~int_to_str_int8 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