- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfect!
Thanks for the info.
Julie
Thanks for the info.
Julie

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page