Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6977 Discussions

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

prashantsondkar
Beginner
830 Views
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]
0 Kudos
4 Replies
VipinKumar_E_Intel
830 Views
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
0 Kudos
prashantsondkar
Beginner
830 Views
I do not see any module files in the installation folder

DO i have to create those by myself, how to create those?
0 Kudos
VipinKumar_E_Intel
830 Views

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

0 Kudos
Behzad_S_
Beginner
830 Views

Hello
To compile the groundwater model MODFLOW code, requires the following settings (this page):

http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?suggestions_on_compiling.htm

I use the Microsoft Visual Studio 2008 with Intel Fortran Compiler 11.1

After changes were made. I encountered the following error:

pls help me to resolve this

0 Kudos
Reply