<?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 Threaded version of Pardiso  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-Pardiso/m-p/951733#M15278</link>
    <description>&lt;P&gt;We are using Intel Visual Fortran Composer XE 2011 with MKL library, and we trying to solve large matrices using pardiso using multithread enabled but it's not working. When runing&amp;nbsp;mkl_get_max_threads() it shows only 2 instead of 4 even if we use&amp;nbsp;call mkl_set_num_threads(4) it still shows 2 and we can see from Task Manager that not all the threads are working 100% just 20% and only sometime...&lt;/P&gt;
&lt;P&gt;We set&lt;/P&gt;
&lt;P&gt;iparm(2) = 3 ! fill-in reordering from METIS&lt;/P&gt;
&lt;P&gt;iparm(3) = 4 ! numbers of processors&lt;/P&gt;
&lt;P&gt;This is runing on Intel Core i7 with 2 Cores and 4 Threads&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please advise why this is not working?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2013 01:10:09 GMT</pubDate>
    <dc:creator>farukhsharipov</dc:creator>
    <dc:date>2013-02-22T01:10:09Z</dc:date>
    <item>
      <title>Threaded version of Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-Pardiso/m-p/951733#M15278</link>
      <description>&lt;P&gt;We are using Intel Visual Fortran Composer XE 2011 with MKL library, and we trying to solve large matrices using pardiso using multithread enabled but it's not working. When runing&amp;nbsp;mkl_get_max_threads() it shows only 2 instead of 4 even if we use&amp;nbsp;call mkl_set_num_threads(4) it still shows 2 and we can see from Task Manager that not all the threads are working 100% just 20% and only sometime...&lt;/P&gt;
&lt;P&gt;We set&lt;/P&gt;
&lt;P&gt;iparm(2) = 3 ! fill-in reordering from METIS&lt;/P&gt;
&lt;P&gt;iparm(3) = 4 ! numbers of processors&lt;/P&gt;
&lt;P&gt;This is runing on Intel Core i7 with 2 Cores and 4 Threads&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please advise why this is not working?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 01:10:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-Pardiso/m-p/951733#M15278</guid>
      <dc:creator>farukhsharipov</dc:creator>
      <dc:date>2013-02-22T01:10:09Z</dc:date>
    </item>
    <item>
      <title>Please try this before you</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-Pardiso/m-p/951734#M15279</link>
      <description>&lt;P&gt;Currently, iparm(3) is not supported in Intel MKL PARDISO. Do not use it to set the number of threads. Instead, you should use either the support function mkl_set_num_threads, or the environment variable MKL_NUM_THREADS. &lt;/P&gt;
&lt;P&gt;Please try this before you call pardiso:&lt;/P&gt;
&lt;P&gt;mkl_set_dynamic(0);&lt;BR /&gt; mkl_set_num_threads(4);&lt;/P&gt;
&lt;P&gt;Let us know if it works.You can also check the output statistics from PARDISO to see how many threads are actually used. You'd look for a line in the output that starts with "&amp;lt; Parallel Direct Factorization with number of processors: &amp;gt;".&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 19:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-Pardiso/m-p/951734#M15279</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2013-02-22T19:34:00Z</dc:date>
    </item>
  </channel>
</rss>

