Intel® Fortran Compiler 16.0 User and Reference Guide

module

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

Syntax

Linux and OS X:

-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

Eclipse: None

Xcode: Output Files > Module Path

Alternate Options

None