<?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 Re: First step to MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888178#M10169</link>
    <description>&lt;DIV style="margin:0px;"&gt;please add "-lpthread -lm" in the end of the linking line&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Mar 2009 11:07:40 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-03-05T11:07:40Z</dc:date>
    <item>
      <title>First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888174#M10165</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm jast now installed Intel C++ Compiler on linux machine and have problems with mkl.&lt;BR /&gt;&lt;BR /&gt;1. I wrote simple code and tried to compile it with the line command&lt;BR /&gt;/opt/intel/Compiler/11.0/081/bin/ia32/icc first.c -lmkl_lapack -o first&lt;BR /&gt;&lt;BR /&gt;but I got catastrophic error: could not open source file "mkl.h" (I used #include "mkl.h").&lt;BR /&gt;What is wrong?&lt;BR /&gt;&lt;BR /&gt;2. The second question is not urgent for me, but it's interesting too. One gay said me that parallel&lt;BR /&gt;computations with mkl works on 64bit linux machine only, but I use 32bit one now. Is it true?&lt;BR /&gt;If not, could anybody show me a line commad for parallel start for Core 2 Duo.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 04 Mar 2009 09:36:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888174#M10165</guid>
      <dc:creator>smtp12357</dc:creator>
      <dc:date>2009-03-04T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888175#M10166</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
1. You didn't specify the -I path to your MKL include directory in your compile command, such as -I&lt;EM&gt;/opt/intel/Compiler/11.0/081/mkl/include/&lt;BR /&gt;&lt;/EM&gt;2. assuming that aspersion is a typo, there is a complete MKL installation in your 32-bit 11.0 compiler installation, saving you some of the headaches about choosing the 32-bit support in past versions of MKL. There are a few differences in the names of the libraries required; there is no support for 64-bit integers, since those aren't efficient in 32-bit mode. Please look at the docs for example compile commands.</description>
      <pubDate>Wed, 04 Mar 2009 14:37:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888175#M10166</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-03-04T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888176#M10167</link>
      <description>&lt;DIV style="margin:0px;"&gt;The first question:&lt;BR /&gt;If you use intel compiler.plese try to use the following lbraries:&lt;BR /&gt;libmkl_intel.a libmkl_intel_thread.a libmkl_core.a libiomp5.so&lt;BR /&gt;&lt;BR /&gt;The second question: &lt;BR /&gt;thats not correct. MKL performs parallel computations on IA32, Intel64 and IA64 platforms.&lt;BR /&gt;&amp;lt;&lt;ABOUT parallel="" start="" for="" core="" 2="" duo=""&gt;&amp;gt;  You have to link threaded libraries and by default thats all you have to do.&lt;BR /&gt;You application will be running on all treads available on your system.&lt;BR /&gt;More info about treading in MKL and how you can manage you can find in userquide manual ( see ../doc folder ) &lt;BR /&gt;--GIF&lt;/ABOUT&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Mar 2009 14:54:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888176#M10167</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-04T14:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888177#M10168</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
Thanks tim18, thanks Gennady Fedorov&lt;BR /&gt;&lt;BR /&gt;I have tried to take into account yours answers and start compilation with the following command line:&lt;BR /&gt;&lt;BR /&gt;/opt/intel/Compiler/11.0/081/bin/ia32/icpc first.cpp -I/opt/intel/Compiler/11.0/081/mkl/include/&lt;BR /&gt;-L/opt/intel/Compiler/11.0/081/mkl/lib/32 -lmkl_intel -lmkl_core -lmkl_intel_thread -liomp5 -o first&lt;BR /&gt;&lt;BR /&gt;but I got the following error:&lt;BR /&gt;/opt/intel/Compiler/11.0/081/lib/ia32/libiomp5.so: undefined reference to 'pthread_atfork'&lt;BR /&gt;&lt;BR /&gt;if I use command without "-L..." i.e.&lt;BR /&gt;/opt/intel/Compiler/11.0/081/bin/ia32/icpc first.cpp -I/opt/intel/Compiler/11.0/081/mkl/include/&lt;BR /&gt;-lmkl_intel -lmkl_core -lmkl_intel_thread -liomp5 -o first&lt;BR /&gt;&lt;BR /&gt;I have error:&lt;BR /&gt;Id: cannot find -lmkl_intel&lt;BR /&gt;&lt;BR /&gt;Does anybody know what is wrong?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 09:27:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888177#M10168</guid>
      <dc:creator>smtp12357</dc:creator>
      <dc:date>2009-03-05T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888178#M10169</link>
      <description>&lt;DIV style="margin:0px;"&gt;please add "-lpthread -lm" in the end of the linking line&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 11:07:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888178#M10169</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-03-05T11:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: First step to MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888179#M10170</link>
      <description>Fine, it works&lt;BR /&gt;&lt;BR /&gt;Thank you very much!&lt;BR /&gt;Good forum&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 13:38:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/First-step-to-MKL/m-p/888179#M10170</guid>
      <dc:creator>smtp12357</dc:creator>
      <dc:date>2009-03-05T13:38:40Z</dc:date>
    </item>
  </channel>
</rss>

