search for: libmkl_lapack

Displaying 2 results from an estimated 2 matches for "libmkl_lapack".

2012 Feb 10
1
Out of date instructions to build R using MKL
Hi! I've been playing with MKL for a few days and I noticed the instructions in the R Installation Administration manual [1] no longer apply. It seems that since version 10.0 (the one used by the manual), libmkl_lapack.so has been renamed/split (although the official explanations seem to imply this was already the case in 10.0 [2]). As a consequence, the instructions for dynamic linking no longer work with the last version (2011-sp1). This is also the case of what is explained on several sites like [3] or [4]. T...
2002 Jan 17
0
solved(?) (was RE: MKL seems to beat ATLAS, but some problems...)
...-patched-mkl/modules/lapack.so: undefined > symbol: lsame_ > > Right, that's it. LSAME is a BLAS routine, and your BLAS doesn't have > it. There is a version in src/appl/blas.f, but you don't seem to > have a complete BLAS to link against. Strangely, I found lsame in libmkl_lapack.a (which I guess is the Lapack part of MKL). I did a real ugly hack: I inserted the link flags to this library in RHOME/src/modules/lapack/Makefile, where lapack.so is built. That seems to have solved the problem. The resulting build passes make check w/o any error. > If you really have a com...