Fortran · Exception

forrtl 298 — Floating Overflow Traps Reported

What does forrtl 298 — Floating Overflow Traps Reported mean in Fortran?

Summarizes, at program exit, the number of floating-point overflow exceptions trapped during the run, each one representing a real or complex arithmetic result too large to represent in its kind.

forrtl 298 — Floating Overflow Traps ReportedIntel Fortran

Condition

Summarizes, at program exit, the number of floating-point overflow exceptions trapped during the run, each one representing a real or complex arithmetic result too large to represent in its kind.

Fix

Rebuild with traceback (-traceback / /traceback) so the exact statement is reported instead of just an end-of-run count, then rescale the computation or widen the kind used for the affected variables.

Related exception