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

Compile with intel fortran pro 11.1 051

herbert_o_
Beginner
1,436 Views

Helo,

i compiled my program using the compiler intel fortran pro 11.1 051. When i compile my program, i have this warning  "ifort: command line warning #10212: /fp:precise evaluates in source precision with Fortran." that appears. To avoid this message i changed in the GUI >project >properties>floating point > floatin point model > /fp precise by /fp:source but anathing not change, I have always the same massage that appear.

 someone can help me on this point????

Herbert.

0 Kudos
1 Reply
TimP
Honored Contributor III
1,436 Views
/fp:precise in ifort is the same as /fp:source. The message is only (mis-)informative, not an indication of an error. These options include the useful standard compliance effects of /assume:protect_parens /Qprec-div /Qprec-sqrt and (not so often useful) -Qftz-. They also disable optimization of sum reductions, unless the !dir$simd reduction() directives are used.
0 Kudos
Reply