<?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 Problems with installation of MKL 7.0 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939831#M14394</link>
    <description>&lt;DIV&gt;I download l_mkl_p_7.0.017 and follow all the instruction for instalation. Finally libraries located at  /opt/intel/mkl70/lib/32.&lt;/DIV&gt;
&lt;DIV&gt;in makefile i tried to link them with command &lt;/DIV&gt;
&lt;DIV&gt;-L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread&lt;/DIV&gt;
&lt;DIV&gt;to my code&lt;/DIV&gt;
&lt;DIV&gt;and got the message &lt;/DIV&gt;
&lt;DIV&gt;ifc -w95 -O3 -o beassi kinds.o beassi.o glusolvr.o haldgreen.o halsgreen.o freefield.o fuldgreen.o fulsgreen.o fuldgrstr.o -static -L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread&lt;BR /&gt;ld: cannot find -lmkl_p4&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I wondering what is wrong?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 10 Sep 2004 03:36:04 GMT</pubDate>
    <dc:creator>chik0010</dc:creator>
    <dc:date>2004-09-10T03:36:04Z</dc:date>
    <item>
      <title>Problems with installation of MKL 7.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939831#M14394</link>
      <description>&lt;DIV&gt;I download l_mkl_p_7.0.017 and follow all the instruction for instalation. Finally libraries located at  /opt/intel/mkl70/lib/32.&lt;/DIV&gt;
&lt;DIV&gt;in makefile i tried to link them with command &lt;/DIV&gt;
&lt;DIV&gt;-L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread&lt;/DIV&gt;
&lt;DIV&gt;to my code&lt;/DIV&gt;
&lt;DIV&gt;and got the message &lt;/DIV&gt;
&lt;DIV&gt;ifc -w95 -O3 -o beassi kinds.o beassi.o glusolvr.o haldgreen.o halsgreen.o freefield.o fuldgreen.o fulsgreen.o fuldgrstr.o -static -L/opt/intel/mkl70/lib/32 -lmkl_lapack -lmkl_p4 -lpthread&lt;BR /&gt;ld: cannot find -lmkl_p4&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I wondering what is wrong?&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Sep 2004 03:36:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939831#M14394</guid>
      <dc:creator>chik0010</dc:creator>
      <dc:date>2004-09-10T03:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with installation of MKL 7.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939832#M14395</link>
      <description>&lt;DIV&gt;Your command line specifies static linking, but you libmkl_p4.so is a dynamicallylinkable archive. If you do indeed want to link statically link to libmkl_ia32.a using "-lmkl_ia32". The version of MKL for Intel Pentium 4 processors will be dispatched at runtime (if that is the processor you are running on).&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Sep 2004 04:35:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939832#M14395</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2004-09-10T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with installation of MKL 7.0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939833#M14396</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your help, the problem as you point out was in wrong usage of linking command, now almost everything is fine except that at some point new version of my program (compiled with 8.0 compiler)start crashing with the message 'Segmentation fault' but I think it is a bug in the source, though with the previous compiler whichwas intel-ifc7-7.1-40 there were no problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by chik0010@umn.edu on &lt;SPAN class="date_text"&gt;09-13-2004&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:49 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2004 22:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problems-with-installation-of-MKL-7-0/m-p/939833#M14396</guid>
      <dc:creator>chik0010</dc:creator>
      <dc:date>2004-09-13T22:48:52Z</dc:date>
    </item>
  </channel>
</rss>

