Created
August 7, 2013 16:31
-
-
Save Alir3z4/6175700 to your computer and use it in GitHub Desktop.
installing atlas-lapack atlas-lapack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| On multi-core/thread systems libf77blas.so, libstcblas.so and | |
| liblapack.so.3.4.1 are single-threaded, libptcblas.so, libptf77blas.so | |
| and libptlapack.so.3.4.1 are multi-threaded. By default | |
| libcblas.so, libblas.so and liblapack.so point to the multi-threaded | |
| versions. | |
| The default can be changed by making libcblas.so, libblas.so and | |
| liblapack.so.3 point to the single threaded libraries, i.e. | |
| ln -sf libf77blas.so libblas.so; ln -sf libstcblas.so libcblas.so; | |
| ln -sf liblapack.so.3.4.1 liblapack.so.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment