cc_staff
156
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
The same [https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor MKL Link Advisor] tool is also useful if you receive "undefined reference" errors while using Intel compilers and <code>-mkl</code>. | The same [https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor MKL Link Advisor] tool is also useful if you receive "undefined reference" errors while using Intel compilers and <code>-mkl</code>. | ||
Know there are various open source alternatives for BLAS, LAPACK, ATLAS that can be downloaded, built, and used: | |||
* [http://www.netlib.org/lapack reference implementation of BLAS/LAPACK] | |||
* [http://www.openblas.net/ OpenBLAS] | |||
* [http://math-atlas.sourceforge.net/ ATLAS] | |||
If such libraries are used, be sure to build them with suitable optimizations using recent compilers and, if possible, verify their efficiency relative to other implementations. | |||
== apt-get and yum == <!--T:7--> | == apt-get and yum == <!--T:7--> |