Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Where to put compiled .mod files in VS?

Intel_C_Intel
Employee
454 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
454 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
454 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
454 Views
Jugoslav,

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

0 Kudos
Reply