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

display enabled ifc options

kunicke
Beginner
456 Views
It would be very helpful to see the enabled ifc options for a compiler run. Reading the user guide I couldn't find a trigger for this. Is it hidden somewhere? Or is it not implemented? If not implemented see it as a hint for the compiler development.
0 Kudos
1 Reply
Martyn_C_Intel
Employee
456 Views
ifc -dryrun will give a list of options that are passed to the compiler by the driver. Note that this will include some internal (therefore, undocumented) compiler switches. ifc -v test.f will list the options and also compile the file.

You can see these and other compiler options in the online help: ifc -help
and also in the compiler user's guide.

You might also want to check what is specified in your configuration file, typically /opt/intel/compiler70/ia32/bin/ifc.cfg

Martyn
0 Kudos
Reply