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
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 回复数
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
