Intel® Fortran Compiler 17.0 Developer Guide and Reference
Specifies the directory where module files should be placed when created and where they should be searched for.
Linux and 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
Eclipse: None
Xcode: Output Files > Module Path
None