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

ID 767251
Date 3/22/2024
Public
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.