- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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]
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
--Vipin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I do not see any module files in the installation folder
DO i have to create those by myself, how to create those?
DO i have to create those by myself, how to create those?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Once you install MKL, the .mod files should be there in those directories, else you may try reinstalling it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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