Fortran · Exception
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.
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.
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.