<?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 Hello Sawas, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961542#M15944</link>
    <description>&lt;P&gt;Hello Sawas,&lt;/P&gt;
&lt;P&gt;Thanks for clarify. The cluster library ( scalapack and blacs) are optional install components. So you may need rerun the install script and select cluster library.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;
&lt;P&gt;P.S you may have know the link, but attach here&amp;nbsp;for your reference.&lt;/P&gt;
&lt;P&gt;MKL link advisor : &lt;A href="http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html"&gt;http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;MKL 11.0 releate notes: &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-111-release-notes"&gt;http://software.intel.com/en-us/articles/intel-mkl-111-release-notes&lt;/A&gt;.&amp;nbsp;and related notice.&lt;/P&gt;
&lt;P&gt;Important Notices:&lt;/P&gt;
&lt;P&gt;•Intel MKL now provides a choice of components to install. Components necessary for PGI compiler, Compaq Visual Fortran Compiler, SP2DP interface and Cluster support (ScaLAPACK and Cluster DFT) are not installed unless explicitly selected during installation&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2013 01:03:23 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2013-10-24T01:03:23Z</dc:date>
    <item>
      <title>Trouble linking</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961538#M15940</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have installed MKL and I am having trouble linking with the mkl libraries. The Makefile for my compilation looks like the following:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;#Makefile for 2D strong coupling project&lt;BR /&gt;&lt;BR /&gt;CC =mpicc&lt;BR /&gt;OPT =&lt;BR /&gt;HEADERS =includes.h params.h&lt;BR /&gt;MKLPATH =/opt/intel/mkl/lib/mic&lt;BR /&gt;MKLINCLUDE =/opt/intel/composer_xe_2011_sp1.10.319/mkl/include&lt;BR /&gt;LIBS = -lgsl -lgslcblas -lm -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_blacs_openmpi_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread&lt;BR /&gt;LDFLAGS = -L${MKLPATH} ${LIBS}&lt;BR /&gt;CFLAGS = -I/usr/local/include/ -I${MKLINCLUDE}&lt;BR /&gt;&lt;BR /&gt;2D_QSC: 2D_QSC.c pblas2D.c ${HEADERS} Makefile&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;${CC} ${OPT} -o 2D_QSC pblas2D.c 2D_QSC.c ${LDFLAGS}&lt;BR /&gt;&lt;BR /&gt;clean:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; \rm *.o&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;the error i receive when i run make 2D_QSC is:&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: skipping incompatible /opt/intel/mkl/lib/mic/libmkl_scalapack_lp64.so when searching for -lmkl_scalapack_lp64&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: skipping incompatible /opt/intel/mkl/lib/mic/libmkl_scalapack_lp64.a when searching for -lmkl_scalapack_lp64&lt;/P&gt;
&lt;P&gt;/usr/bin/ld: cannot find -lmkl_scalapack_lp64&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;and so on for each mkl library that I have referenced in Makefile. Any help would be greatly appreciated as this error is puzzling and have neither seen it before nor can find much info about it just by googling. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Savvas&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 03:17:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961538#M15940</guid>
      <dc:creator>Savvas_Z_</dc:creator>
      <dc:date>2013-10-22T03:17:55Z</dc:date>
    </item>
    <item>
      <title>Hi Sawas,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961539#M15941</link>
      <description>&lt;P&gt;Hi Sawas,&lt;/P&gt;
&lt;P&gt;I saw you are using the library for mic. (xeon(R) &amp;nbsp;phi coprocessor). &amp;nbsp; /opt/intel/mkl/lib/&lt;STRONG&gt;mic, &lt;/STRONG&gt;so doe it mean&lt;STRONG&gt; you are building application for mic?&amp;nbsp; On the other hand, you haven't the compiler opiton -mmic.&amp;nbsp; Here is MKL user guide. for your reference. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_userguide_lnx/GUID-D0627E59-8D1C-4935-8DF4-BA14AB65B09B.htm"&gt;http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_userguide_lnx/GUID-D0627E59-8D1C-4935-8DF4-BA14AB65B09B.htm&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ying &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 06:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961539#M15941</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2013-10-23T06:17:08Z</dc:date>
    </item>
    <item>
      <title>Which compiler is mpicc using</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961540#M15942</link>
      <description>&lt;P&gt;Which compiler is mpicc using?&amp;nbsp; Intel doesn't offer an mpicc for MIC.&amp;nbsp; The most likely way to use MIC under mpicc would be as an open source MPI built with icc to take advantage of MIC offload features.&amp;nbsp; In that case, the normal default MKL linking (e.g. -mkl) would take care of it, provided that you used latest 13.1 or a 14.0 compiler.&amp;nbsp; With Intel MPI, mpiicc would be the wrapper to use for that purpose.&lt;/P&gt;
&lt;P&gt;As Ying said, you would be able to use your MKLPATH only when building with icc -mmic cross-compiler for execution on the MIC by itself.&amp;nbsp; If using Intel MPI, again, you would need mpiicc.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:15:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961540#M15942</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2013-10-23T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Hello,thanks for your answers</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961541#M15943</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;thanks for your answers. Just to avoid any confusion. My architecture is i5 and not Xeon. Thus, I should NOT be using the library from mic.&lt;BR /&gt;The reason I did so was because this is the only directory in my computer that contains scalapack and blacs that my code is utilizing.&lt;BR /&gt;I think that the MKLPATH should be /opt/intel/composer_xe_2013_sp1/mkl/lib/intel64 BUT that directory has neither Scalapack nor Blacs.&lt;BR /&gt;The question is where should these libraries (scalapack and blacs) be for intel64 (i5) architecture? And if they are not in their normal spot why is this the case since I performed a default installation?&lt;BR /&gt;&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;&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;&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; Best, Savvas&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2013 16:04:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961541#M15943</guid>
      <dc:creator>Savvas_Z_</dc:creator>
      <dc:date>2013-10-23T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Hello Sawas,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961542#M15944</link>
      <description>&lt;P&gt;Hello Sawas,&lt;/P&gt;
&lt;P&gt;Thanks for clarify. The cluster library ( scalapack and blacs) are optional install components. So you may need rerun the install script and select cluster library.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ying&lt;/P&gt;
&lt;P&gt;P.S you may have know the link, but attach here&amp;nbsp;for your reference.&lt;/P&gt;
&lt;P&gt;MKL link advisor : &lt;A href="http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html"&gt;http://software.intel.com/sites/products/mkl/MKL_Link_Line_Advisor.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;MKL 11.0 releate notes: &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-111-release-notes"&gt;http://software.intel.com/en-us/articles/intel-mkl-111-release-notes&lt;/A&gt;.&amp;nbsp;and related notice.&lt;/P&gt;
&lt;P&gt;Important Notices:&lt;/P&gt;
&lt;P&gt;•Intel MKL now provides a choice of components to install. Components necessary for PGI compiler, Compaq Visual Fortran Compiler, SP2DP interface and Cluster support (ScaLAPACK and Cluster DFT) are not installed unless explicitly selected during installation&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 01:03:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961542#M15944</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2013-10-24T01:03:23Z</dc:date>
    </item>
    <item>
      <title>please look at this KB</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961543#M15945</link>
      <description>&lt;P&gt;please look at this KB article to see more details about new install options with the latest 11.1 :&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/intelr-mkl-new-install-option"&gt;http://software.intel.com/en-us/articles/intelr-mkl-new-install-option&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 05:48:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961543#M15945</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-10-24T05:48:14Z</dc:date>
    </item>
    <item>
      <title>Resolved! Many thanks to all</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961544#M15946</link>
      <description>&lt;P&gt;Resolved! Many thanks to all of you. It was just very deceiving that scalapack and blacs were optional for intel64 while they were there for the mic-xeon version...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:25:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Trouble-linking/m-p/961544#M15946</guid>
      <dc:creator>Savvas_Z_</dc:creator>
      <dc:date>2013-10-24T18:25:10Z</dc:date>
    </item>
  </channel>
</rss>

