<?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 thanks Gennady, I was able to in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124449#M25145</link>
    <description>&lt;P&gt;thanks Gennady, I was able to find the file mklsupport.txt and it says :&amp;nbsp;Intel(R) Math Kernel Library 11.1 Update 1 for Windows*&lt;/P&gt;

&lt;P&gt;How can i update it to 11.3 update 3 for windows ?&lt;/P&gt;

&lt;P&gt;Did you check the file i attached if it works fine when choosing direct/iterative in pardiso ?&lt;/P&gt;

&lt;P&gt;thanks again !&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2016 15:45:14 GMT</pubDate>
    <dc:creator>ali_z_</dc:creator>
    <dc:date>2016-05-13T15:45:14Z</dc:date>
    <item>
      <title>Pardiso (direct/iterative)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124445#M25141</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;Hi,&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;I'm having a problem using pardiso solver in MKL library in direct or iterative mode. The manual says to choose between direct or iterative mode simply set the variable SOLVER (0=direct, 1=iterative) in :&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;call pardisoinit(PT, MTYPE, SOLVER, IPARM, DPARM, ERROR)&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;However, when i call the above routine the code crashes. It works only if i remove the variable SOLVER from the call. So it only works if i call the following:&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;call pardisoinit(PT, MTYPE, IPARM, DPARM, ERROR)&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;I attached the code so you can check it (it's a very small code with simple matrix inversion).&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 13.008px; line-height: 19.512px;"&gt;Thanks for your help !&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 16:38:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124445#M25141</guid>
      <dc:creator>ali_z_</dc:creator>
      <dc:date>2016-05-12T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Ali, have you checked the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124446#M25142</link>
      <description>&lt;P&gt;Ali, have you checked the case with MKL 11.3 update 3&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:58:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124446#M25142</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-12T19:58:45Z</dc:date>
    </item>
    <item>
      <title>Gennady, how can i check MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124447#M25143</link>
      <description>&lt;P&gt;Gennady, how can i check MKL version? and how can i update it ?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:01:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124447#M25143</guid>
      <dc:creator>ali_z_</dc:creator>
      <dc:date>2016-05-12T20:01:54Z</dc:date>
    </item>
    <item>
      <title>there are several way to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124448#M25144</link>
      <description>&lt;P&gt;there are several way to check this: &amp;nbsp;1) &amp;nbsp;pls have a look at the documentation and try to find out the &amp;nbsp;mklsupport.txt file. 2) or you may open, for example. the MKL's Users Guide and on the front page you will see smth like I see:&amp;nbsp;Developer Guide for Intel® Math Kernel Library 11.3 Update 3 for Windows* OS &amp;nbsp;&lt;/P&gt;

&lt;P&gt;3) call the&amp;nbsp;&lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Courier New', Courier, monospace; font-size: 13.3333px; line-height: 20px;"&gt;mkl_get_version() routine and it will print all info about the version you have&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 07:55:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124448#M25144</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-13T07:55:50Z</dc:date>
    </item>
    <item>
      <title>thanks Gennady, I was able to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124449#M25145</link>
      <description>&lt;P&gt;thanks Gennady, I was able to find the file mklsupport.txt and it says :&amp;nbsp;Intel(R) Math Kernel Library 11.1 Update 1 for Windows*&lt;/P&gt;

&lt;P&gt;How can i update it to 11.3 update 3 for windows ?&lt;/P&gt;

&lt;P&gt;Did you check the file i attached if it works fine when choosing direct/iterative in pardiso ?&lt;/P&gt;

&lt;P&gt;thanks again !&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:45:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124449#M25145</guid>
      <dc:creator>ali_z_</dc:creator>
      <dc:date>2016-05-13T15:45:14Z</dc:date>
    </item>
    <item>
      <title>checking into internal</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124450#M25146</link>
      <description>&lt;P&gt;checking into internal database, I see you have EVAL and ACAD licenses only.You may try to take the latest 11.3 for evaluation goals follow this article :&amp;nbsp;https://software.intel.com/en-us/articles/free_mkl. Y&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;ou will find out the links for downloading and some more useful details...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 15:38:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124450#M25146</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-15T15:38:30Z</dc:date>
    </item>
    <item>
      <title>Gennady, my institute already</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124451#M25147</link>
      <description>&lt;P&gt;Gennady, my institute already bought intel visual fortran composer xe couple of years ago, and MKL should be included in the package right? So shouldn't this give me right to update MKL to 11.3 ? Also, have you tried the code that i uploaded (setting solver 0 and 1) to make sure it's only a MKL update issue ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 19:12:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124451#M25147</guid>
      <dc:creator>ali_z_</dc:creator>
      <dc:date>2016-05-15T19:12:52Z</dc:date>
    </item>
    <item>
      <title>- if the license has been</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124452#M25148</link>
      <description>&lt;P&gt;- if the license has been bought two years ago, when I have concern that you have rights to upgrade your version to 11.3. &amp;nbsp;Please give the S/N to me via private thread, I will check the details. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;- Meantime, you may evaluate version 11.3 from the site, I pointed at the previous tread.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;- no, I didn't check the problem on my side with the latest 11.3.3&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2016 19:50:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Pardiso-direct-iterative/m-p/1124452#M25148</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-15T19:50:55Z</dc:date>
    </item>
  </channel>
</rss>

