Options Quick Reference Guides Overview

This section provides three sets of tables comprising Intel® Fortran Compiler Options Quick Reference Guides:

Conventions used in the Options Quick Guide Tables

[-]

indicates that if option includes "-", the option is disabled; for example, -cerrs- disables printing errors in a terse format.

[n]

indicates that the value in [ ] can be omitted or have various values; for example, in -d[n] option, n can be omitted or have values of 0, 1, 2, and >2.

Values in {} with vertical bars

are used for option's version; for example, option -i{2|4|8} has these versions: -i2, -i4, -i8.

{n}

indicates that option must include one of the fixed values for n; for example, in option -Zp{n}, n can be equal to 1, 2, 4, 8, 16.

Words in this style following an option

indicate option's required argument(s). Arguments are separated by comma if more than one are required. For example, the option -Qoption,tool,opts looks in the command line like this:
prompt>ifc -Qoption,link,-w myprog.f