Re: [Rd] Out of date instructions to build R using MKL

2012-05-30 Thread Elliott Forney
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

Re: [Rd] Out of date instructions to build R using MKL

2012-05-30 Thread Prof Brian Ripley
Hmm, you replied to a message from February and there has been an R release since with a revised manual. That does say (even more clearly) that it refers to version 10.0 of MKL and there have been changes. And since than there had been a change (notified by an Intel engineer) about which vers

Re: [Rd] Out of date instructions to build R using MKL

2012-05-29 Thread Elliott Forney
Yes, these instructions are no longer valid as there has been some reorganization of the mkl libraries. The path /opt/intel/mkl/10.0.3.020/lib/em64t/ is now /opt/intel/mkl/lib/intel64. Also, the only libraries that need to be included are: -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core The trick to