主题:linux系统中intel fortran对mkl库函数的调用问题
我有一个程序,其中需要调用mkl库函数。可是运行程序的时候发生错误,错误提示如下:3.f90(62): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL]
use mkl
----^
3.f90(208): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL]
use mkl
----^
3.f90(264): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL]
use mkl
----^
compilation aborted for 3.f90 (code 1)
可是在安装fortran的时候已经安装了mkl,mkl路径为:/opt/intel/Compiler/11.1/046/mkl.我不知道为什么调用不了。请求高手指点。非常感谢。
顺便问个小问题,mkl中矩阵求逆的程序叫什么??
use mkl
----^
3.f90(208): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL]
use mkl
----^
3.f90(264): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL]
use mkl
----^
compilation aborted for 3.f90 (code 1)
可是在安装fortran的时候已经安装了mkl,mkl路径为:/opt/intel/Compiler/11.1/046/mkl.我不知道为什么调用不了。请求高手指点。非常感谢。
顺便问个小问题,mkl中矩阵求逆的程序叫什么??