Installing software in your home directory: Difference between revisions

Jump to navigation Jump to search
no edit summary
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:
There are other open source alternatives for BLAS and LAPACK that can be downloaded, built, and used:
* [http://www.netlib.org/lapack reference implementation of BLAS/LAPACK]  
* [http://www.netlib.org/lapack reference implementation of BLAS/LAPACK]  
* [http://www.openblas.net/ OpenBLAS]
* [http://www.openblas.net/ OpenBLAS]
* [http://math-atlas.sourceforge.net/ ATLAS]
* [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.
If you use any of these, be sure to build them with suitable optimizations using recent compilers. If possible, verify their efficiency relative to other implementations.


== apt-get and yum == <!--T:7-->
== apt-get and yum == <!--T:7-->
Bureaucrats, cc_docs_admin, cc_staff
2,778

edits

Navigation menu