Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Compilation Control Lines and Statements

In addition to specifying options on the compiler command line, you can specify the following lines and statements in a program unit to influence compilation:

  • The INCLUDE Line

    Incorporates external source code into programs.

  • The OPTIONS Statement

    Sets options usually specified in the compiler command line. OPTIONS statement settings override command line options.