Error in opening the compiled module file. Check INCLUDE paths. [MKL_LAPACK] 10

Error in opening the compiled module file. Check INCLUDE paths. [MKL_LAPACK] 10

Bild des Benutzers prashantsondkar

I am trying to use MKL library for Intel fortran code. I am using Visual STudio 2005 as enviornment for compiling code.

Fortran version is 10.0

I am gettig following error message

Error 1 Error: Error in opening the compiled module file. Check INCLUDE paths. [MKL_LAPACK]

Here is header section of my code

[fxfortran] PROGRAM DHFORVIB C USE imsl_libraries C C INCLUDE 'link_fnl_static.h' C! INCLUDE 'link_fnl_shared.h' C C !DEC$ OBJCOMMENT LIB:'libiomp5md.lib' USE MKL_LAPACK C INCLUDE 'link_fnl_shared_hpc.h' IMPLICIT REAL*8 (A-H,O-Z)[/fxfortran]
4 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers Vipin Kumar E K (Intel)

Can you point to the i.mod files located in nclude\ia32 or include\intel64 depends on your application (32 bit or 64 bit) and try?

--Vipin

Bild des Benutzers prashantsondkar

I do not see any module files in the installation folder

DO i have to create those by myself, how to create those?

Bild des Benutzers Vipin Kumar E K (Intel)

Once you install MKL, the .mod files should be there in those directories, else you may try reinstalling it.

Melden Sie sich an, um einen Kommentar zu hinterlassen.