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

lapack, blas basic info

grann
Beginner
497 Views
This message has been moved to the Intel Math Kernel Library forum which launched on Dec. 18, 2003.
0 Kudos
2 Replies
TimP
Honored Contributor III
497 Views
Yes, you can link with the -L and -l specifications you mentioned. I agree that a few working examples would be useful. As a paying customer, you might make that suggestion on premier.intel.com.

There should be a short explanation of which libraries are in your version. Typically, for mkl, there are alternate versions, one requiring a p4 compatible CPU, one requiring p3 compatibility, and one "default." Then there is the one for lapack, and there is a libguide to support openmp in case a run-time kit is being installed separately from the Intel compiler, which already has that library. I hope I've represented it reasonably well.

With a given binary build, you can use ldd to find out which libraries it will require to run.
0 Kudos
grann
Beginner
497 Views
Thanks.

I found very good info in /opt/intel/mkl60/doc/mkluse.htm

This info does not seem to be in the Intel Fortran Compiler User's Guide (which is what I was using) but is essential if one is to properly use the Intel math and lapack libraries.
0 Kudos
Reply