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

Command line options of Fortran compiler

Gustavo_B_1
Beginner
2,184 Views

Hello everybody.

Where could I find the exhaustive list of the command line options of the Intel Fortran compiler?
I only have found the few examples in https://software.intel.com/es-es/node/510158 . But, where is the rest? Maybe it is obvious and I missed something...

Thanks in advance and best regards.

0 Kudos
7 Replies
Arjen_Markus
Honored Contributor II
2,168 Views

If you open a DOS-box that has its environment set to run the compiler, then do:

ifort -help

This gives you an overview and an explanation of the command-line options.

 

 

0 Kudos
Gustavo_B_1
Beginner
2,168 Views

Oops. Yes, I was missing something. Thanks!

0 Kudos
jimdempseyatthecove
Honored Contributor III
2,168 Views

I typically issue

ifort -help>ifort.txt
notepad ifort.txt

Then keep the notepad window open as I can now scroll the entire contents (as well as search).

Jim Dempsey

Steven_L_Intel1
Employee
2,168 Views

Go to https://software.intel.com/en-us/compiler_15.0_ug_f and click on the link shown for "Compiler Options".

0 Kudos
Gustavo_B_1
Beginner
2,168 Views

We are using the version 14 but I guess most in the web will be valid.

Thanks everybody.

Gustavo Baños

0 Kudos
Steven_L_Intel1
Employee
2,168 Views

The documentation for 14.0, which is installed with the compiler on your PC, has the same general topic with detailed descriptions of all options - more than what the -help shows.

0 Kudos
Gustavo_B_1
Beginner
2,168 Views

Hello Steve. Yes, you are right, at Compiler Reference > Compiler Options. Thanks again.

0 Kudos
Reply