- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello there,
After update my fortran compiler, it'sstarted to complain about the use of mkl routines. But it does work in debug mode, and it was compiling before I updated it. I'm using v11.1.051 andwindows vista. By the way, I'm also using Parallel MKL (/Qmkl:parallel). Also, if I compile in the previous version (046),no error is found.
In 051, the following error is shown:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_LAPACK]
Notice that I double checked the include paths and it has no error.
Any guess?
Thanks in advance,
Roger
After update my fortran compiler, it'sstarted to complain about the use of mkl routines. But it does work in debug mode, and it was compiling before I updated it. I'm using v11.1.051 andwindows vista. By the way, I'm also using Parallel MKL (/Qmkl:parallel). Also, if I compile in the previous version (046),no error is found.
In 051, the following error is shown:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_LAPACK]
Notice that I double checked the include paths and it has no error.
Any guess?
Thanks in advance,
Roger
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Open Tools > Options > Intel Visual Fortran > Compilers. Click on the ... button next to "Includes". Change:
$(IFortInstallDir)mklinclude
to
$(IFortInstallDir)mklincludeia32
I'm not sure why this isn't done automatically - I'll report this. I suspect that you made this change yourself earlier and forgot about it.
$(IFortInstallDir)mklinclude
to
$(IFortInstallDir)mklincludeia32
I'm not sure why this isn't done automatically - I'll report this. I suspect that you made this change yourself earlier and forgot about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Steve. You are right. I did it before as you said, but I thought that it would not be changed when I updated the compiler.
Thanks again.

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