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

ID 767251
Date 11/07/2023
Public

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

Visible to Intel only — GUID: GUID-8310405C-6D31-466A-BBD0-8A2BC2C0BE3D

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.