<?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 multithreading in zgbmv subroutine with mkl 10.3  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928074#M13514</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm wondring if the soubroutine zgbmv is multithreaded in mkl, because i test use intel/mkl/64/10.3/2011.5.220 with intel-compiler and i noticed that there is no multithreding in it&lt;/P&gt;
&lt;P&gt;I compile with this :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifort myapp.f -L$BLASDIR -I$INCLUDE -I$INCLUDE/intel64/lp64&amp;nbsp; $BLASDIR/libmkl_blas95_lp64.a &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$BLASDIR/libmkl_lapack95_lp64.a -Wl,--start-group&amp;nbsp; $BLASDIR/libmkl_intel_lp64.a $BLASDIR/libmkl_intel_thread.a &amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$BLASDIR/libmkl_core.a -Wl,--end-group -liomp5 -lpthread -shared-intel -mcmodel=medium -o myapp.e&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;export MKL_NUM_THREADS=4; ./myapp.e&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;when i launch the &lt;STRONG&gt;top&lt;/STRONG&gt; command and&lt;STRONG&gt; ctrl H&lt;/STRONG&gt;, i have one instance of the program intead of four&lt;/P&gt;
&lt;P&gt;Red&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2012 14:22:16 GMT</pubDate>
    <dc:creator>bouch_r_</dc:creator>
    <dc:date>2012-10-17T14:22:16Z</dc:date>
    <item>
      <title>multithreading in zgbmv subroutine with mkl 10.3</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928074#M13514</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm wondring if the soubroutine zgbmv is multithreaded in mkl, because i test use intel/mkl/64/10.3/2011.5.220 with intel-compiler and i noticed that there is no multithreding in it&lt;/P&gt;
&lt;P&gt;I compile with this :&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ifort myapp.f -L$BLASDIR -I$INCLUDE -I$INCLUDE/intel64/lp64&amp;nbsp; $BLASDIR/libmkl_blas95_lp64.a &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$BLASDIR/libmkl_lapack95_lp64.a -Wl,--start-group&amp;nbsp; $BLASDIR/libmkl_intel_lp64.a $BLASDIR/libmkl_intel_thread.a &amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;$BLASDIR/libmkl_core.a -Wl,--end-group -liomp5 -lpthread -shared-intel -mcmodel=medium -o myapp.e&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;export MKL_NUM_THREADS=4; ./myapp.e&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;when i launch the &lt;STRONG&gt;top&lt;/STRONG&gt; command and&lt;STRONG&gt; ctrl H&lt;/STRONG&gt;, i have one instance of the program intead of four&lt;/P&gt;
&lt;P&gt;Red&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:22:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928074#M13514</guid>
      <dc:creator>bouch_r_</dc:creator>
      <dc:date>2012-10-17T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Hello</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928075#M13515</link>
      <description>Hello
yes, that's right. this routine is not threaded. You can find the list of threaded routines into User's Guide, see section "Threaded Function and Problems"
--Gennady</description>
      <pubDate>Wed, 17 Oct 2012 14:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928075#M13515</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-17T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Thanks for your answer!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928076#M13516</link>
      <description>Thanks for your answer!</description>
      <pubDate>Wed, 17 Oct 2012 14:49:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928076#M13516</guid>
      <dc:creator>bouch_r_</dc:creator>
      <dc:date>2012-10-17T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Red, the issue is escalated</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928077#M13517</link>
      <description>Red, the issue is escalated to the internal database. Here is the number of this issue for your reference - DPD200237620.</description>
      <pubDate>Fri, 19 Oct 2012 08:57:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/multithreading-in-zgbmv-subroutine-with-mkl-10-3/m-p/928077#M13517</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-10-19T08:57:40Z</dc:date>
    </item>
  </channel>
</rss>

