Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

/fpe:0 /fpe-all:0 produce break on underflow

Lukasz_H_1
Beginner
536 Views

Hi guys,

As far as I am concerned /fpe-all:0 should not trigger underflow exception, is that correct?
Then why do I get one with this option added to my command line? 
I would appreciate any help.

Kind regards,

Lukasz Hirt

0 Kudos
1 Reply
mecej4
Honored Contributor III
536 Views

Check if you compiled the source file containing the main program with /fpe:0 or/fpe-all:0.

If you use one or more of the other options that control FPU handling, such as /Qftz-, you may need to check the compiler documentation to see the order of precedence of these options.

0 Kudos
Reply