FCE Options

The following table shows the Fortran Compilation Environment (FCE) options and what you can do with them.

-bd,progname

Invokes the binder to generate the list of objects required to construct a complete program, given the name of the main program unit within the file. The list is passed to the linker, ld(1).

-cl,file

Specifies a program unit catalog list to be searched for modules referenced in the program in USE statements

-ic

Indicates an independent compilation, that is, the FCE of the Intel Fortran Compiler is not accessed or updated. A MODULE or USE statement in the source will cause the compiler to generate an error.

-Qinstall,dir

Sets root directory of compiler installation. The directory indicated in dir will contain all compiler install files and subdirectories.