Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29277 Discussions

Where to put compiled .mod files in VS?

Intel_C_Intel
Employee
442 Views
I just got a new set of libraries to evaluate, they are supplied as .libs and .mods (i.e. precompiled module defs).

I can use the libs just fine from the command line but I cannot figure out how to make VS find the .mod files for compiling within the IDE.

Can anyone provide some guidance?

Many thanks,
matt.
0 Kudos
3 Replies
Steven_L_Intel1
Employee
442 Views
Put them in your source folder, or some place the compiler would look for INCLUDE files.

Steve
0 Kudos
Jugoslav_Dujic
Valued Contributor II
442 Views
...there are two places you can set up INCLUDE directories:

- In Tools/Options/Directories/Include files, "global" include directories are specified (common for all workspaces)
- In Project/Settings/Fortran/Preprocessor/INCLUDE and USE paths you can set up the directory for this project only.

Jugoslav
0 Kudos
Intel_C_Intel
Employee
442 Views
Jugoslav,

Muchos Muchos Gracias--that was just what I wanted.

0 Kudos
Reply