Intel® Fortran Compiler 16.0 User and Reference Guide

ipo-separate, Qipo-separate

Tells the compiler to generate one object file for every source file.

Syntax

Linux:

-ipo-separate

OS X:

None

Windows:

/Qipo-separate

Arguments

None

Default

OFF

The compiler decides whether to create one or more object files.

Description

This option tells the compiler to generate one object file for every source file. It overrides any [Q]ipo option specification.

IDE Equivalent

None

Alternate Options

None

See Also