Topic: Floating point exception warning

I have upgraded from SF2 to SF3 and now find some of my compiled code prints a runtime message
"Note: The following floating-point exceptions are signalling: IEEE_DIVIDE_BY_ZERO"
Is ther any way I can switch this off?

Re: Floating point exception warning

You can add the flag:

-ffpe-summary=none

to the Fortran box under Compiler Flags in the Project Options window.  That should suppress any further output.

Jeff Armstrong
Approximatrix, LLC