Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-81BDD230-ABF9-4BF6-8C50-8690249FFC5E
Visible to Intel only — GUID: GUID-81BDD230-ABF9-4BF6-8C50-8690249FFC5E
module
Specifies the directory where module files should be placed when created and where they should be searched for.
Linux: |
-module path |
macOS: |
-module path |
Windows: |
/module:path |
path |
Is the directory for module files. |
OFF |
The compiler places module files in the current directory. |
This option specifies the directory (path) where module (.mod) files should be placed when created and where they should be searched for (USE statement).
Visual Studio: Output > Module Path
None