display enabled ifc options

display enabled ifc options

Imagen de kunicke

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.

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Martyn Corden (Intel)

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

Inicie sesión para dejar un comentario.