- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Of course, this also requires that you have the Professional Edition of Intel Visual Forran, as that's the one that includes IMSL.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page