Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Created August 7, 2013 16:31
Show Gist options
  • Select an option

  • Save Alir3z4/6175700 to your computer and use it in GitHub Desktop.

Select an option

Save Alir3z4/6175700 to your computer and use it in GitHub Desktop.
installing atlas-lapack atlas-lapack
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