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

module

Specifies the directory where module files should be placed when created and where they should be searched for.

Syntax

Linux:

-module path

macOS:

-module path

Windows:

/module:path

Arguments

path

Is the directory for module files.

Default

OFF

The compiler places module files in the current directory.

Description

This option specifies the directory (path) where module (.mod) files should be placed when created and where they should be searched for (USE statement).

IDE Equivalent

Visual Studio: Output > Module Path

Alternate Options

None