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

Flag equivalence on Windows from Linux's one

julie1
Beginner
746 Views
Hi,
I am looking for the right flags to put on my Intel Fortran Visual Project on MS Studio.

Under linux, my library use these following flags during the build:
** LINUX **			** WINDOWS **
-mp
-ip
-ftz
-fltconsistency /fltconsistency
-fp_port

As you can see I am missing the equivalent of most of them.

Thank you for your help
Sincerely
Julie

0 Kudos
2 Replies
Steven_L_Intel1
Employee
746 Views
Julie,

Welcome to the forum!

Please look in the on-disk compiler documentation under Compiler Options > Cross Reference of Compiler Options. This is exactly what you are looking for.

However, let me suggest that you eliminate all of them except for -ip (/Qip on Windows) and use /fp:precise as a replacement for that set of floating point options.
0 Kudos
julie1
Beginner
746 Views
Perfect!
Thanks for the info.
Julie
0 Kudos
Reply