<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Jonathan:</div><div><br></div><div>Compiling R, and linking to Intel MKL, is quite simple, as long as you are using a recent version of MKL.  Intel has a MKL Link Advisor at</div><div><br></div><div><a href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/">http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/</a></div><div><br></div><div>Choose the linking model you want, and then use the --with-blas option on configure.  For example, on my Mac, to link dynamically with the parallel version (which can be controlled with environment variables), I use the following:</div><div><br></div><div>'--with-blas=-L$(MKLROOT)/lib -lmkl_rt -lpthread -liomp5'</div><div><br></div><div>I compiled R 2.14.0 this morning with this option, and it seems to work fine.  I'm not sure what Dirk was referencing about how MKL is no longer compatible with R.  If there is an issue, it would be good to know about it.  Perhaps he can point us to the page in the documentation where this is mentioned.</div><div><br></div><div>I hope this helps.</div><div><br></div><div>Michael</div><div><br></div><br><div><div>On Nov 1, 2011, at 7:59 PM, <<a href="mailto:r-sig-hpc-request@r-project.org">r-sig-hpc-request@r-project.org</a>> <<a href="mailto:r-sig-hpc-request@r-project.org">r-sig-hpc-request@r-project.org</a>> wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font><br>Message: 1<br>Date: Tue, 1 Nov 2011 14:36:50 -0700<br>From: Jonathan Greenberg <<a href="mailto:jgrn@illinois.edu">jgrn@illinois.edu</a>><br>To: <a href="mailto:r-sig-hpc@r-project.org">r-sig-hpc@r-project.org</a><br>Subject: [R-sig-hpc] Choosing Intel MKL BLAS when compiling R<br>Message-ID:<br>        <<a href="mailto:CABG0rfvnoswR+Hi7peaTAPczT_4j6FTV-H0rDLwqJOw05HrLuw@mail.gmail.com">CABG0rfvnoswR+Hi7peaTAPczT_4j6FTV-H0rDLwqJOw05HrLuw@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>r-sig-hpc'ers:<br><br>I am compiling R 2.14 from scratch on a cluster computer (I can't use<br>any package managers for the install, unfortunately), and they have<br>the Intel MKL libraries available for BLAS/LAPACK.  I have not<br>successfully gotten a configure/make/make install combo yet that uses<br>multiple CPUs to do, say:<br><br>a = matrix(rnorm(5000*5000), 5000, 5000)<br>b = matrix(rnorm(5000*5000), 5000, 5000)<br># This following line, minimally, should be getting distributed.<br>c = a%*%b<br><br>First off, I've tried compiling it with the configure flags:<br>./configure --prefix=/myprefix/ --enable-BLAS-shlib<br><br>How do I then select the Intel MKL libraries to be used as the BLAS?<br>They are located in /usr/local/intel-11.1/mkl/lib/em64t<br><br>Thanks!<br><br>--j<br><br><br>--<br>Jonathan A. Greenberg, PhD<br>Assistant Professor<br>Department of Geography<br>University of Illinois at Urbana-Champaign<br>607 South Mathews Avenue, MC 150<br>Urbana, IL 61801<br>Phone: 415-763-5476<br>AIM: jgrn307, MSN: <a href="mailto:jgrn307@hotmail.com">jgrn307@hotmail.com</a>, Gchat: jgrn307, Skype: jgrn3007<br><a href="http://www.geog.illinois.edu/people/JonathanGreenberg.html">http://www.geog.illinois.edu/people/JonathanGreenberg.html</a><br><br><br></div></blockquote></div><br><div apple-content-edited="true">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-------------------------------------------<br>Michael Braun<br>Associate Professor of Management Science (Marketing Group)<br>MIT Sloan School of Management<br>100 Main St.., E62-535<br>Cambridge, MA 02139<br><a href="mailto:braunm@mit.edu">braunm@mit.edu</a><br>617-253-3436</div><div><br></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></body></html>