Fortran Compilation Environment

See Customizing Compilation Environment section for more information

Option

Description

Default

-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).

OFF

-cl,file
 

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

OFF

-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.

OFF

-Qinstalldir
 

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

OFF