Specifies the directory for supporting tools.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -Qlocation,string,dir |
Windows: | /Qlocation,string,dir |
string | Is the name of the tool. |
dir | Is the directory (path) where the tool is located. |
OFF | The compiler looks for tools in a default area. |
This option specifies the directory for supporting tools.
string can be any of the following:
f - Indicates the Intel Fortran compiler.
fpp (or cpp) - Indicates the Intel Fortran preprocessor.
as - Indicates the assembler.
gas - Indicates the GNU assembler.
ld - Indicates the loader.
gld - Indicates the GNU loader.
lib - Indicates an additional library.
crt - Indicates the crt%.o files linked into executables to contain the place to start execution.
None
The following command provides the path for the fpp tool:
ifort -Qlocation,fpp,/usr/preproc myprog.f
Qoption compiler option