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

Using Intel Fortran compiler with Visual Studio

hussain_farah
Beginner
403 Views
Hi..
I am new to Fortran programming and have inherited a bunch of Fortran programs that Iam trying to compile in Visual studio using the Intel Fortran Compiler (can I even do that?).When I try to build the project it gives me "error in opening Library module file [NUMERICAL_LIBRARIES]".
Can somebody please tell me what I need to do to solve this problem?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
403 Views
Your program uses IMSL. You need to add the path to the IMSL include files to Tools..Options..Intel Fortran..Directories..Include Files. You also will want to add the library path. Both of these, and more useful information, is in the section on using IMSL in the Intel Fortran Building Applications manual, Libraries chapter.

Of course, this also requires that you have the Professional Edition of Intel Visual Forran, as that's the one that includes IMSL.
0 Kudos
Reply