Skip to content
Prev 696 / 2152 Next

Getting multithreaded R working (solution)

I really like that all we have to do is "update-alternatives --install
/usr/lib/libblas.so.3gf" with your version -- gotoblas2 was a breeze
to get working this technique.  Mostly with MKL I'm just unclear on
what specific file I need to link against once its been installed.
Actually, along these lines, does LAPACK work independently from the
BLAS, e.g. will the "default" LAPACK (sudo apt-get install
liblapack-dev) use whichever BLAS happens to be linked up, or do we
need a different LAPACK (update-alternatives --config liblapack.so)
for each particularly BLAS we are using (e.g. use the GotoBLAS2 lapack
with GotoBLAS2, use Intel MKL's LAPACK, with Intel's BLAS, etc...)

And unfortunately no revolution-mkl for debian yet :(  The intel
install is easy tho, just run the install script and its all good.  I
did move it out of /opt tho and into /usr/lib to live with the rest of
the libraries on my system!

--j
On Thu, Jul 29, 2010 at 3:16 PM, Dirk Eddelbuettel <edd at debian.org> wrote: