Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort and LAPACK, lblas

Deleted_U_Intel
499 次查看
Hi,

Could anyone tell me if ifort is compatible with LAPACK/lblas libraries used by f77?. If so how to call them using ifort?
0 项奖励
2 回复数
TimP
名誉分销商 III
499 次查看
Nothing has changed in the way these library functions should be called. They do require compilation with a compatible compiler; that's among the reasons for the provision of the Intel MKL lapack and BLAS libraries. Lapack libraries which come with linux are likely to have been compiled by g77. The functions which include WRITE statements won't then be compatible with ifort.
0 项奖励
Lorri_M_Intel
员工
499 次查看
It sounds like LD_LIBRARY_PATH isn't valid while you're trying to run your application. Make sure that you source ifortvars.csh from the particular shell window that you'll be running your application.
I do see that it's called in your script, but that's a build script, yes?
- Lorri
0 项奖励
回复