<?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 No, I do NOT expect x==rhs.  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074345#M22453</link>
    <description>&lt;P&gt;No, I do NOT expect x==rhs.&amp;nbsp; I expect x to contains the solution to the system A*x=rhs.&amp;nbsp; When I use update 2, it is equal to the solution, as expected.&amp;nbsp; However, with update 3, it is not.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2016 16:44:28 GMT</pubDate>
    <dc:creator>Roman1</dc:creator>
    <dc:date>2016-05-27T16:44:28Z</dc:date>
    <item>
      <title>Problem with MKL pardiso update 3</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074341#M22449</link>
      <description>&lt;P&gt;I have the following installed on my computer:&lt;BR /&gt;
	Intel Parallel Studio XE 2016 Update 2&lt;BR /&gt;
	Intel Parallel Studio XE 2016 Update 3&lt;/P&gt;

&lt;P&gt;I think I have come across a serious bug in the latest MKL Pardiso 11.3 update 3.&lt;/P&gt;

&lt;P&gt;Attached is a simple program that reads in a test matrix and right-hand-side.&amp;nbsp; I have included all the test input files in the attached zip file.&lt;BR /&gt;
	The MKL Pardiso is called to solve the system.&lt;BR /&gt;
	When compiled with Update 2, the program runs fine.&amp;nbsp; However, when compiled with Update 3, the system is NOT solved and the right-hand side is returned in the solution vector.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Roman&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 20:31:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074341#M22449</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-25T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Roman, thanks for the issue,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074342#M22450</link>
      <description>&lt;P&gt;Roman, thanks for the issue, we will check the problem on our side. is that linux or windows? threading or serial version? lp64 or ILP64 API?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 14:01:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074342#M22450</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-26T14:01:42Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074343#M22451</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am using 64-bit Windows.&amp;nbsp; With threading and lp64.&amp;nbsp; Relevant compiler options are:&lt;/P&gt;

&lt;P&gt;ifort&amp;nbsp; &amp;nbsp;/Qopenmp&amp;nbsp; /libs:static /threads&amp;nbsp; /Qmkl:parallel&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:52:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074343#M22451</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-26T16:52:54Z</dc:date>
    </item>
    <item>
      <title>Roman, what I see with 11.3</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074344#M22452</link>
      <description>&lt;P&gt;Roman, what I see with 11.3 u3 :&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Forums\u635080_pardiso&amp;gt;solvesystem.exe&lt;/P&gt;

&lt;P&gt;Intel(R) Math Kernel Library Version 11.3.3 Product Build 20160413 for Intel(R) 64 architecture applications&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;ERROR: solution is identical to the right-hand-side!&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Do you expect to see the x == rhs ?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 10:00:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074344#M22452</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-27T10:00:15Z</dc:date>
    </item>
    <item>
      <title>No, I do NOT expect x==rhs. </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074345#M22453</link>
      <description>&lt;P&gt;No, I do NOT expect x==rhs.&amp;nbsp; I expect x to contains the solution to the system A*x=rhs.&amp;nbsp; When I use update 2, it is equal to the solution, as expected.&amp;nbsp; However, with update 3, it is not.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 16:44:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074345#M22453</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-27T16:44:28Z</dc:date>
    </item>
    <item>
      <title>pls try to set iparm(2)==0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074346#M22454</link>
      <description>&lt;P&gt;pls try to set iparm(2)==0&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 19:02:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074346#M22454</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-27T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Thanks, setting iparm(2) to 0</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074347#M22455</link>
      <description>&lt;P&gt;Thanks, setting iparm(2) to 0 made it work.&amp;nbsp; Does that mean that there is a problem with Metis?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 20:02:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074347#M22455</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-27T20:02:42Z</dc:date>
    </item>
    <item>
      <title>yes, but the similar problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074348#M22456</link>
      <description>&lt;P&gt;yes, but the similar problem has to be fixed in 11.3 update 3. I will ask owner of this component have a look at this case again. thanks for the case.&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 03:55:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074348#M22456</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-05-29T03:55:38Z</dc:date>
    </item>
    <item>
      <title>I just want to point out that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074349#M22457</link>
      <description>&lt;P&gt;I just want to point out that setting iparm(2) to 0 is not an option for me.&amp;nbsp; Doing it makes my program run 4 times slower and use 2 times more RAM.&amp;nbsp; I would have to go back to the old MKL until this problem is fixed.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 18:30:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074349#M22457</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-30T18:30:01Z</dc:date>
    </item>
    <item>
      <title>Since I don't think there are</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074350#M22458</link>
      <description>&lt;P&gt;Since I don't think there are any problems with the latest Fortran compiler, I would like to know if it is possible to use MKL from Update 2 with the Fortran compiler from Update 3?&lt;/P&gt;

&lt;P&gt;I noticed that I have the following directories on my system:&lt;BR /&gt;
	C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.2.180\windows\mkl&lt;BR /&gt;
	C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.2.180\windows\redist\intel64_win\mkl&lt;BR /&gt;
	C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\mkl&lt;BR /&gt;
	C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\redist\intel64_win\mkl&lt;/P&gt;

&lt;P&gt;Do you think it would work if I just copy the mkl directories from the old installation to the new one?&amp;nbsp; If this is a problem, I will just use the Update 2 compiler.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 18:01:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074350#M22458</guid>
      <dc:creator>Roman1</dc:creator>
      <dc:date>2016-05-31T18:01:43Z</dc:date>
    </item>
    <item>
      <title> yes, this should work.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074351#M22459</link>
      <description>&lt;P&gt;&amp;nbsp;yes, this should work.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 04:51:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074351#M22459</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-06-01T04:51:16Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074352#M22460</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;Is this problem solved? I also found the same problem when upgraded from U2 to U3.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 03:30:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074352#M22460</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-06-27T03:30:10Z</dc:date>
    </item>
    <item>
      <title>the fix of this problem will</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074353#M22461</link>
      <description>&lt;P&gt;the fix of this problem will be released the next update ( 11.3 update 4). For those who wants to receive the fix immediately, please submit the request into Intel Premier Support and I will give you the patch. thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 05:15:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074353#M22461</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-06-27T05:15:05Z</dc:date>
    </item>
    <item>
      <title>Thanks. I have submitted the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074354#M22462</link>
      <description>&lt;P&gt;Thanks. I have submitted the request.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 06:17:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074354#M22462</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-06-27T06:17:57Z</dc:date>
    </item>
    <item>
      <title>Dear Gennady,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074355#M22463</link>
      <description>&lt;P&gt;Dear Gennady,&lt;/P&gt;

&lt;P&gt;The version you updated works for me. However, I noticed that two libs&lt;/P&gt;

&lt;P&gt;mkl_scalapack_lp64.lib mkl_blacs_intelmpi_lp64.lib&lt;/P&gt;

&lt;P&gt;are combined into mkl_core.lib, since when I compile my project it displayed errors that can't open these two libs. After I removed them from project settings. It works.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 04:24:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-with-MKL-pardiso-update-3/m-p/1074355#M22463</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-06-30T04:24:58Z</dc:date>
    </item>
  </channel>
</rss>

