<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Xavier, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987467#M17835</link>
    <description>&lt;P&gt;Hi Xavier,&lt;/P&gt;

&lt;P&gt;I received your message.&amp;nbsp; I saw&amp;nbsp; both libmkl_gf_lp64.a and libmkl_gf_lp64.so&amp;nbsp;are there. So you may try both dynamic link and static link.&lt;/P&gt;

&lt;P&gt;It seems you have build the static version. but haven't seen the performance improve.&amp;nbsp; Have you try the R bencharks as that article? What is the result without MKL and with MKL?&lt;/P&gt;

&lt;P&gt;as static link, the check information is not too much.&amp;nbsp; You may check if you have mkl link message in config.log&amp;nbsp; or use ldd ./bin/exec/R and see if there is gomp library information?&lt;/P&gt;

&lt;P&gt;Or try dynamic link again as you have the gf_lp64.so and intel thread library&amp;nbsp; as below.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;MKL_LIB_PATH=/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;OMP_LIB_PATH=/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;export LD_LIBRARY_PATH=${MKL_LIB_PATH}:${OMP_LIB_PATH}&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;MKL=" -L${MKL_LIB_PATH}&amp;nbsp;&amp;nbsp; -L${OMP_LIB_PATH}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Wl,--start-group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_gf_lp64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_intel_thread&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Wl,--end-group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -liomp5 -lpthread"&lt;/P&gt;

&lt;P&gt;11 ./configure --with-blas="$MKL" --with-lapack&lt;/P&gt;

&lt;P&gt;then check the result of ldd ./bin/exe/R.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2013 02:18:33 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2013-11-22T02:18:33Z</dc:date>
    <item>
      <title>Compiling R with MKL: missing libmkl_gf_lp64.so</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987462#M17830</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;

&lt;P&gt;I am trying to compile R with the MKL BLAS. I followed &lt;A href="http://software.intel.com/en-us/articles/using-intel-mkl-with-r"&gt;those instructions&lt;/A&gt;, but I had a problem with configure:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;configure:29696: checking whether double complex BLAS can be used&lt;BR /&gt;
		./conftest: error while loading shared libraries: libmkl_gf_lp64.so: cannot open shared object file: No such file or directory&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;And indeed, I have no such libmkl_gf_lp64.so installed, only the .a files:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;find composer_xe_2013_sp1.0.080/mkl/lib/intel64/ -name "*blas*"&lt;BR /&gt;
		composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_blas95_lp64.a&lt;BR /&gt;
		composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_blas95_ilp64.a&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;How can I get the .so files, or compile R against the .a?&lt;/P&gt;

&lt;P&gt;The machine is running SLES 11 (x86_64), and I downloaded the demo version of the MKL that I activated with the licence file I received by email. I installed all the components with the install.sh script.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Xavier&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:36:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987462#M17830</guid>
      <dc:creator>Xavier_R_</dc:creator>
      <dc:date>2013-11-20T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Looks like the libmkl_gf_lp64</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987463#M17831</link>
      <description>&lt;P&gt;Looks like the libmkl_gf_lp64 is not in your path.&lt;/P&gt;

&lt;P&gt;The steps to build with gnu compilers are mentioned in this article&lt;/P&gt;

&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/using-intel-mkl-with-r"&gt;http://software.intel.com/en-us/articles/using-intel-mkl-with-r&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please make suer the MKL LIB path is correctly pointing to you mkl libs.&lt;/P&gt;

&lt;P&gt;Vipin&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 03:26:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987463#M17831</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2013-11-21T03:26:27Z</dc:date>
    </item>
    <item>
      <title>Hi Xavier,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987464#M17832</link>
      <description>&lt;P&gt;Hi Xavier,&lt;/P&gt;

&lt;P&gt;Could you please go to /opt/intel/composer_xe_2013_sp1.0.80 ( latest version is&amp;nbsp;/opt/intel/composer_xe_2013_sp1.1.106/) / mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;to see if you have the libmkl_gf_lp64.a and libmkl_gf_lp64.so in the directory?&amp;nbsp;&amp;nbsp; if no, then you may need reinstall MKL.&lt;/P&gt;

&lt;P&gt;(you only list blas,&amp;nbsp;it is&amp;nbsp;true there are only blas95 static library, but no&amp;nbsp;list&amp;nbsp;all others&amp;nbsp;).&lt;/P&gt;

&lt;P&gt;If you have only libmk_gf_lp64.a , then please use static link&amp;nbsp; as shown in the article.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 08:31:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987464#M17832</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2013-11-21T08:31:49Z</dc:date>
    </item>
    <item>
      <title>I cannot answer because "[My]</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987465#M17833</link>
      <description>&lt;P&gt;I cannot answer because "[My] submission has triggered the spam filter and will not be accepted".&lt;/P&gt;

&lt;P&gt;I will try to split it up...&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;Could you please go to /opt/intel/composer_xe_2013_sp1.0.80 ( latest version is&amp;nbsp;/opt/intel/composer_xe_2013_sp1.1.106/) / mkl/lib/intel64&lt;P&gt;&lt;/P&gt;

&lt;P&gt;to see if you have the libmkl_gf_lp64.a and libmkl_gf_lp64.so in the directory?&amp;nbsp;&amp;nbsp; if no, then you may need reinstall MKL.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;Indeed I have only the .a there, alhtough other libraries have .so files as well:&lt;P&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;(list triggers spam filter)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I repaired the installation, remove and reinstalled, but still have only the .a file.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Ying H (Intel) wrote:&lt;BR /&gt;If you have only libmk_gf_lp64.a , then please use static link&amp;nbsp; as shown in the article.&lt;/BLOCKQUOTE&gt;Ok I tried that. It seemed to work (ie I see this in the config.log):&lt;P&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;configure:29172: $? = 0&lt;BR /&gt;
		configure:29179: result: yes&lt;BR /&gt;
		configure:29696: checking whether double complex BLAS can be used&lt;BR /&gt;
		configure:29767: result: yes&lt;BR /&gt;
		configure:29787: checking whether the BLAS is complete&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;However it didn't seem to use the MKL: at least R is just as slow as with the standard BLAS, and uses only 1 core. Here is what I used:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;$ echo $LD_LIBRARY_PATH&lt;BR /&gt;
		/home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64:/home/people/xavier/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64&lt;BR /&gt;
		$ echo $MKL&lt;BR /&gt;
		-L/home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64 -Wl,--start-group /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_gf_lp64.a /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_gnu_thread.a /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_core.a -Wl,--end-group -lgomp -lpthread&lt;BR /&gt;
		$ echo $MKL_LIB_PATH&lt;BR /&gt;
		/home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64&lt;BR /&gt;
		$ echo $OMP_LIB_PATH&lt;BR /&gt;
		/home/people/xavier/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64&lt;/P&gt;

	&lt;P&gt;$ ./configure --with-blas="$MKL" --with-lapack&amp;nbsp; --with-x=no --enable-memory-profiling --with-tcltk=no --prefix=/home/people/xavier/local&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;BR /&gt;
	Any ideas on what could have gone wrong and how to check it?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:32:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987465#M17833</guid>
      <dc:creator>Xavier_R_</dc:creator>
      <dc:date>2013-11-21T11:32:22Z</dc:date>
    </item>
    <item>
      <title>I am sorry I can not send the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987466#M17834</link>
      <description>&lt;P&gt;I am sorry I can not send the output of ls, it is filtered by the spam filter...&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 11:33:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987466#M17834</guid>
      <dc:creator>Xavier_R_</dc:creator>
      <dc:date>2013-11-21T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Hi Xavier,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987467#M17835</link>
      <description>&lt;P&gt;Hi Xavier,&lt;/P&gt;

&lt;P&gt;I received your message.&amp;nbsp; I saw&amp;nbsp; both libmkl_gf_lp64.a and libmkl_gf_lp64.so&amp;nbsp;are there. So you may try both dynamic link and static link.&lt;/P&gt;

&lt;P&gt;It seems you have build the static version. but haven't seen the performance improve.&amp;nbsp; Have you try the R bencharks as that article? What is the result without MKL and with MKL?&lt;/P&gt;

&lt;P&gt;as static link, the check information is not too much.&amp;nbsp; You may check if you have mkl link message in config.log&amp;nbsp; or use ldd ./bin/exec/R and see if there is gomp library information?&lt;/P&gt;

&lt;P&gt;Or try dynamic link again as you have the gf_lp64.so and intel thread library&amp;nbsp; as below.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;MKL_LIB_PATH=/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64&lt;/P&gt;

&lt;P&gt;OMP_LIB_PATH=/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;export LD_LIBRARY_PATH=${MKL_LIB_PATH}:${OMP_LIB_PATH}&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;MKL=" -L${MKL_LIB_PATH}&amp;nbsp;&amp;nbsp; -L${OMP_LIB_PATH}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Wl,--start-group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_gf_lp64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_intel_thread&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -lmkl_core&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Wl,--end-group&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -liomp5 -lpthread"&lt;/P&gt;

&lt;P&gt;11 ./configure --with-blas="$MKL" --with-lapack&lt;/P&gt;

&lt;P&gt;then check the result of ldd ./bin/exe/R.&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 02:18:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987467#M17835</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2013-11-22T02:18:33Z</dc:date>
    </item>
    <item>
      <title>This time it worked! I'm not</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987468#M17836</link>
      <description>&lt;P&gt;This time it worked! I'm not quite sure what changed, but it is now properly linked!&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;$ ldd /home/people/xavier/local/lib64/R/bin/exec/R&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux-vdso.so.1 =&amp;gt;&amp;nbsp; (0x00007ffff7ffe000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libmkl_gf_lp64.so =&amp;gt; /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_gf_lp64.so (0x00007ffff78db000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libmkl_intel_thread.so =&amp;gt; /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_intel_thread.so (0x00007ffff6840000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libmkl_core.so =&amp;gt; /home/people/xavier/intel/composer_xe_2013_sp1.0.080/mkl/lib/intel64/libmkl_core.so (0x00007ffff5312000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libiomp5.so =&amp;gt; /home/people/xavier/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64/libiomp5.so (0x00007ffff4ff9000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libpthread.so.0 =&amp;gt; /lib64/libpthread.so.0 (0x00007ffff4da8000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgfortran.so.3 =&amp;gt; /usr/lib64/libgfortran.so.3 (0x00007ffff4a90000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00007ffff4817000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libreadline.so.5 =&amp;gt; /lib64/libreadline.so.5 (0x00007ffff45d4000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; librt.so.1 =&amp;gt; /lib64/librt.so.1 (0x00007ffff43cb000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00007ffff41c7000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgomp.so.1 =&amp;gt; /usr/lib64/libgomp.so.1 (0x00007ffff3fb8000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00007ffff3c44000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x00007ffff3a2e000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libquadmath.so.0 =&amp;gt; /usr/lib64/libquadmath.so.0 (0x00007ffff37f7000)&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; libncurses.so.5 =&amp;gt; /lib64/libncurses.so.5 (0x00007ffff35af000)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;And it clearly uses multiple cores. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2013 10:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compiling-R-with-MKL-missing-libmkl-gf-lp64-so/m-p/987468#M17836</guid>
      <dc:creator>Xavier_R_</dc:creator>
      <dc:date>2013-11-26T10:41:15Z</dc:date>
    </item>
  </channel>
</rss>

