- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could anyone tell me if ifort is compatible with LAPACK/lblas libraries used by f77?. If so how to call them using ifort?
Could anyone tell me if ifort is compatible with LAPACK/lblas libraries used by f77?. If so how to call them using ifort?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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