<?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 paradiso OOC in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858501#M7267</link>
    <description>Is there any work being done/planned to enable threads with the paradiso Out of Core solver?</description>
    <pubDate>Fri, 23 Jan 2009 12:28:49 GMT</pubDate>
    <dc:creator>Laurence_Page</dc:creator>
    <dc:date>2009-01-23T12:28:49Z</dc:date>
    <item>
      <title>Threaded version of paradiso OOC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858501#M7267</link>
      <description>Is there any work being done/planned to enable threads with the paradiso Out of Core solver?</description>
      <pubDate>Fri, 23 Jan 2009 12:28:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858501#M7267</guid>
      <dc:creator>Laurence_Page</dc:creator>
      <dc:date>2009-01-23T12:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Threaded version of paradiso OOC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858502#M7268</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Yes, we are working on this problem right now but I cannot provide exact data when this version will be available for external customer.&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2009 14:04:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858502#M7268</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-01-23T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Threaded version of paradiso OOC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858503#M7269</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;In fact, out of core PARDISO fromMKL 10.1 Goldreleased recentlyuses parallelism available through MKLBLAS and MKL LAPACK.It should also be noted that starting from the release MKL DSS/PARDISO only uses the number of threads set with the help of any available Intel MKL or OpenMP threading controls (e.g. OMP_NUM_THREADS, MKL_NUM_THREADS environment variables and etc). The value of iparm(3) is ignored. &lt;BR /&gt;&lt;BR /&gt;Gennady meant out-of-core version with parallelism at PARDISO level.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Sergey</description>
      <pubDate>Mon, 26 Jan 2009 09:41:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858503#M7269</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2009-01-26T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Threaded version of paradiso OOC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858504#M7270</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/93645"&gt;Sergey Kuznetsov (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;In fact, out of core PARDISO from MKL 10.1 Gold released recently uses parallelism available through MKL BLAS and MKL LAPACK.  It should also be noted that starting from the release MKL DSS/PARDISO only uses the number of threads set with the help of any available Intel MKL or OpenMP threading controls (e.g. OMP_NUM_THREADS, MKL_NUM_THREADS  environment variables and etc). The value of iparm(3) is ignored. &lt;BR /&gt;&lt;BR /&gt;Gennady meant out-of-core version with parallelism at PARDISO level.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Sergey&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I'm using 10.1.019, should that contain the parallel OOC version of paradiso?&lt;BR /&gt;&lt;BR /&gt;It reports that it is using the requested (via MKL_NUM_THREADS) number of threads if I run In-Core. However, by simply changing iparm(60) from 0 to 2 (to force it to run out-of -core) it always reports that it is running on a single thread. There doesn't appear to be any parallel activity from the BLAS-3 level routines. The manual says (not very loudly) that paradiso OOC will only use the one thread.&lt;BR /&gt;&lt;BR /&gt;Would you expect the BLAS/LAPACK threads to make a significant speed improvement?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 09:11:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858504#M7270</guid>
      <dc:creator>Laurence_Page</dc:creator>
      <dc:date>2009-01-28T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Threaded version of paradiso OOC</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858505#M7271</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/412062"&gt;Laurence Page&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;&lt;/DIV&gt;
I'm using 10.1.019, should that contain the parallel OOC version of paradiso?&lt;BR /&gt;&lt;BR /&gt;It reports that it is using the requested (via MKL_NUM_THREADS) number of threads if I run In-Core. However, by simply changing iparm(60) from 0 to 2 (to force it to run out-of -core) it always reports that it is running on a single thread. There doesn't appear to be any parallel activity from the BLAS-3 level routines. The manual says (not very loudly) that paradiso OOC will only use the one thread.&lt;BR /&gt;&lt;BR /&gt;Would you expect the BLAS/LAPACK threads to make a significant speed improvement?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Dear Laurence,&lt;BR /&gt;&lt;BR /&gt;Yes, 10.1.019 should contain the parallel OOC version of PARDISO. And PARDISO reportsthe number of threads used by PARDISO only but it allows BLAS and LAPACK to use the number of threads set through MKL threading controls like MKL_NUM_THREADS environment variable.&lt;BR /&gt;&lt;BR /&gt;There are no doubts that the high level parallelism at PARDISO level shouldhave better performance characteristicscompared to the usage of parallelism at BLAS and LAPACK level.&lt;BR /&gt;&lt;BR /&gt;Ufortunately, speed imrovement for the PARDISO OOC versionwhich usesBLAS and LAPACK parallelism depends on many factors:OS, hardware, matrix structure, value of MKL_MAX_OOC_CORE_SIZE and etc. I'd recommend to set MKL_MAX_CORE_SIZE close to the size of RAM available on your computer. &lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Sergey</description>
      <pubDate>Thu, 29 Jan 2009 07:13:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Threaded-version-of-paradiso-OOC/m-p/858505#M7271</guid>
      <dc:creator>Sergey_K_Intel1</dc:creator>
      <dc:date>2009-01-29T07:13:40Z</dc:date>
    </item>
  </channel>
</rss>

