Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Quick Compiler flag reference

koen_poppe
Beginner
1,764 Views
I'd like to print a short overview of all compiler flags that can be used for the Intel Fortran Compiler v11. As all available pdf-documents are to big, I'm now focussing on converting the man page (man ifort) to a pdf. This however proves to be difficult as the majority of the lines are to wide to be contained in the standard ps output (eg. man -t ifort > ifort.ps). Any ideas how I can fix this or how I can create such a quick reference pdf for the compiler flags? Best regards Koen Poppe
0 Kudos
6 Replies
Ron_Green
Moderator
1,764 Views
Do you need ALL the possible compiler options, or just a simple 2-sided trifold with the most common and useful options?
0 Kudos
Ron_Green
Moderator
1,764 Views
Take a look at these 2 links and see what you think:

Quick-Reference Guide to Optimization with Intel Compilers
Fine-tune your application's performance with these optimization commands.

Learn more <http://www.intel.com/cd/software/products/asmo-na/eng/222300.htm> [PDF 543KB]

Optimizing Applications with Intel C++ and Fortran Compilers for Windows*, Linux*, and Mac OS X
Optimize applications for IA-32, Intel 64, and IA-64 architecture-based processors.

Learn more <http://www.intel.com/cd/software/products/asmo-na/eng/276615.htm> [PDF 377KB]

0 Kudos
TimP
Honored Contributor III
1,764 Views

Early in the game, people need to know about -assume options, which -fp settings may be over-ridden, and that -O1 means no vectorization (since 10.0). Perhaps also that it is unlikely to be useful to add SSSE3 as well as SSE3, or (for now) SSE4.2in addition toSSE4.1.
0 Kudos
koen_poppe
Beginner
1,764 Views
Take a look at these 2 links and see what you think:

...

This is not realy what I'm looking for. I'm looking for something with the clarity of the manpage, but then correctly printable. Can anyone confirm the behaviour with the long lines?
0 Kudos
TimP
Honored Contributor III
1,764 Views
Quoting - koen.poppe

This is not realy what I'm looking for. I'm looking for something with the clarity of the manpage, but then correctly printable. Can anyone confirm the behaviour with the long lines?
I see what you mean, but I'm no export on troff and the like.
0 Kudos
koen_poppe
Beginner
1,764 Views
Quoting - tim18
I see what you mean, but I'm no export on troff and the like.

This is how I've solved it: I've dumped the man page to an ascii file, embedded it in a "pre" environment in a html page. With find/replace and regular expressions I've given it some mark-up. It's not ideal but it worked.

If anyone would like a pdf of it, I can always send it.
0 Kudos
Reply