- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can someone help me with a linking problem I am having... I am running Intel Visual Fortran 64 Compiler Professional Version 11.0.066 on 64 bit Windows Vista. I am somewhat unfamiliar with the Visual Studio, and prefer to comile and run things from a command line. I am attempting to use a subroutine from the MKL LAPACK routines, but I get the following error: error #7002 Error in opening the compiled module file. Check INCLUDE paths.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This isn't linking, it's compiling. You didn't say which module (which USE statement) the error was for, so I'm somewhat hampered in offering advice, but my guess is that you're naming an MKL module in a USE statement and either don't have the MKL include folder defined in the INCLUDE environment variable or you have not followed the instructions in the MKL documentation to compile the LAPACK modules.
I am going to move this over to the MKL forum where you can get further advice. I will note that as of version 11.1, the LAPACK modules are precompiled for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
This isn't linking, it's compiling. You didn't say which module (which USE statement) the error was for, so I'm somewhat hampered in offering advice, but my guess is that you're naming an MKL module in a USE statement and either don't have the MKL include folder defined in the INCLUDE environment variable or you have not followed the instructions in the MKL documentation to compile the LAPACK modules.
I am going to move this over to the MKL forum where you can get further advice. I will note that as of version 11.1, the LAPACK modules are precompiled for you.
"USE lapack95"and "USE mkl95_precision", and this produced the error. I think you're right that I don't have the include folder defined in the INCLUDE environment variable. I realize this must seem to be a dumb question, but can you tell me how to get the MKL include folder defined in the INCLUDE environment variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - rooster55555
Hi Steve, thanks for your response. The USE statements in the code that produced the problem were
"USE lapack95"and "USE mkl95_precision", and this produced the error. I think you're right that I don't have the include folder defined in the INCLUDE environment variable. I realize this must seem to be a dumb question, but can you tell me how to get the MKL include folder defined in the INCLUDE environment variable?
Hi rooster,
Is the samethread ashttp://software.intel.com/en-us/forums/showthread.php?t=69446?
You may add the path of mkl95_presion.modto your project property
rigth click
as the screencopy.

Regards,
Ying
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