Skip to content
Prev 43449 / 63421 Next

Out of date instructions to build R using MKL

My apologies!  I was looking at the current documentation and was
unable to find anything related to this topic in the mailing list
after Milan's question but you are correct.  I moved to the latest MKL
and from R-2.14.2 to R-2.15.0 this morning and it appears to build
fine now.

A few months ago I had to link against the GNU OpenMP library
(libgomp) instead of the intel OpenMP library (libiomp5) to avoid the
"double complex BLAS" error and I thought it would be worthwhile to
share this insight.

I do still think that

     MKL_LIB_PATH=/opt/intel/mkl/10.0.3.020/lib/em64t/

should be changed to

     MKL_LIB_PATH=/opt/intel/mkl/lib/intel64/

Looks like a lot can change in just a few months :)  Sorry again, next
time I will be sure to try the latest version.

Thanks,
  Elliott Forney

On Wed, May 30, 2012 at 2:02 AM, Prof Brian Ripley
<ripley at stats.ox.ac.uk> wrote: