<?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: DGEMM runs single-threaded in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864754#M7784</link>
    <description>&lt;BR /&gt;
&lt;P&gt;The linking line for the version you are usingmust be:&lt;BR /&gt;"-Wl,--start-group $MKLPATH/libmkl_intel_ilp64.a $MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group -liomp5 -lpthread" for static and treading modes.&lt;BR /&gt;Please look into mkl's userguide for more information about the right linking your application (chapter 5 ).&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2009 08:27:15 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-04-07T08:27:15Z</dc:date>
    <item>
      <title>DGEMM runs single-threaded</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864751#M7781</link>
      <description>I am running a x86-64 Gentoo machine. I managed to install ifort+mkl 11.0.083 following the silent installation guide. Then comes the problem. DGEMM runs in a single thread. And it only works if linked with "-lmkl_em64t"; if linked with "-lmkl", it dies with the message:&lt;BR /&gt;&lt;BR /&gt;MKL FATAL ERROR: /homes/ysitu/intel/Compiler/11.0/083/mkl/lib/em64t/libmkl_def.so: undefined symbol: mkl_dft_commit_descriptor_s_c2c_md_omp&lt;BR /&gt;&lt;BR /&gt;Even simplest programs fail. The same thing did not occur with mkl 10.0, the release I previously used.&lt;BR /&gt;&lt;BR /&gt;Any hints for solving the problem? Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 05:17:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864751#M7781</guid>
      <dc:creator>styc</dc:creator>
      <dc:date>2009-04-07T05:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: DGEMM runs single-threaded</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864752#M7782</link>
      <description>&lt;DIV style="margin:0px;"&gt;at the first sight it's the linking problem; what's your linking line?&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:08:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864752#M7782</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-07T07:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: DGEMM runs single-threaded</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864753#M7783</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;at the first sight it's the linking problem; what's your linking line?&lt;BR /&gt;--Gennady&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I simply wrote "-lmkl -openmp". The program runs if compiled with "-lmkl_em64t -openmp". But it just does not use all four cores of a Q6600.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 07:35:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864753#M7783</guid>
      <dc:creator>styc</dc:creator>
      <dc:date>2009-04-07T07:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: DGEMM runs single-threaded</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864754#M7784</link>
      <description>&lt;BR /&gt;
&lt;P&gt;The linking line for the version you are usingmust be:&lt;BR /&gt;"-Wl,--start-group $MKLPATH/libmkl_intel_ilp64.a $MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group -liomp5 -lpthread" for static and treading modes.&lt;BR /&gt;Please look into mkl's userguide for more information about the right linking your application (chapter 5 ).&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2009 08:27:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864754#M7784</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-04-07T08:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: DGEMM runs single-threaded</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864755#M7785</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;
&lt;P&gt;The linking line for the version you are usingmust be:&lt;BR /&gt;"-Wl,--start-group $MKLPATH/libmkl_intel_ilp64.a $MKLPATH/libmkl_intel_thread.a $MKLPATH/libmkl_core.a -Wl,--end-group -liomp5 -lpthread" for static and treading modes.&lt;BR /&gt;Please look into mkl's userguide for more information about the right linking your application (chapter 5 ).&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I managed to figure out that it was the SPIKE solver that caused the problem. spikevarsem64t.sh overrides the link path and sets MKL_NUM_THREADS=1. That explains everything.&lt;BR /&gt;&lt;BR /&gt;Thanks anyway.&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2009 19:01:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/DGEMM-runs-single-threaded/m-p/864755#M7785</guid>
      <dc:creator>styc</dc:creator>
      <dc:date>2009-04-07T19:01:12Z</dc:date>
    </item>
  </channel>
</rss>

