<?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 yes, we have to confirm the in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091168#M23273</link>
    <description>&lt;P&gt;yes, we have to confirm the issue still exists with version 2017 u1.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2016 06:42:53 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-11-18T06:42:53Z</dc:date>
    <item>
      <title>Wrong solution computed by distributed PARDISO with 0-based indexed BSR matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091161#M23266</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm attaching two .c files that should compute the solution of the linear system Ax = b, with&lt;/P&gt;

&lt;P&gt;A = [1, -3, 5, 1;&lt;BR /&gt;
	-1, -2, 6, 10;&lt;BR /&gt;
	4, -4, 7, -5;&lt;BR /&gt;
	4, 2, 8, -1];&lt;/P&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;P&gt;b = [1;1;0.75;1]&lt;/P&gt;

&lt;P&gt;The solution given by MATLAB is the same as with the file&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;cl_solver_unsym_distr_1&lt;/SPAN&gt;.c, i.e.,&lt;/P&gt;

&lt;P&gt;x =&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp;-1.0000&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; 0.1500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; 0.5500&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;-0.3000&lt;/P&gt;

&lt;P&gt;With&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;cl_solver_unsym_distr_0.c, I get a completly wrong solution: x = [&lt;/SPAN&gt;-0.031169,&amp;nbsp;-0.036084,&amp;nbsp;0.139033,&amp;nbsp;0.026384]'&lt;/P&gt;

&lt;P&gt;Moreover, at the beginning of the execution, I get the following output:&lt;/P&gt;

&lt;P&gt;1-based array indexing is turned ON&lt;/P&gt;

&lt;P&gt;which is wrong, since I'm setting iparm[34] to 1.&lt;/P&gt;

&lt;P&gt;Can you reproduce this issue? How can I fix it? I'm compiling the examples with the following command:&amp;nbsp;make sointel64 mpi=mpich2 compiler=intel (inside the folder&amp;nbsp;/opt/intel/mkl/examples/cluster_sparse_solverc of MKL 11.3.3)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 15:07:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091161#M23266</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-08-09T15:07:49Z</dc:date>
    </item>
    <item>
      <title>Is this fixed in the upcoming</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091162#M23267</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Is this fixed in the upcoming update? Thank you in advance for an answer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 09:53:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091162#M23267</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-08-13T09:53:00Z</dc:date>
    </item>
    <item>
      <title>With the latest MKL from m</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091163#M23268</link>
      <description>&lt;P&gt;With the latest MKL from&amp;nbsp;m_ccompxe_2017.0.036.dmg, I now have the following error with these scripts:&lt;/P&gt;

&lt;P&gt;Fatal error in MPI_Reduce: Invalid count, error stack:&lt;BR /&gt;
	MPI_Reduce(1258): MPI_Reduce(sbuf=0x7fbae3700500, rbuf=0x7fbae3607500, count=-16380, MPI_DOUBLE, MPI_SUM, root=0, comm=0x84000004) failed&lt;BR /&gt;
	MPI_Reduce(1167): Negative count, value is -16380&lt;/P&gt;

&lt;P&gt;Do you have a fix? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 13:47:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091163#M23268</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-09-19T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Actually, this issue is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091164#M23269</link>
      <description>&lt;P&gt;Actually, this issue is targeted to be fixed in MKL 2017 update 1. We will keep you updated with the status of this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:07:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091164#M23269</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-09-19T15:07:41Z</dc:date>
    </item>
    <item>
      <title>MKL 2017 update 1 has been</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091165#M23270</link>
      <description>&lt;P&gt;MKL 2017 update 1 has been recently released. Could &amp;nbsp;you please check if the problem is still there and let us know! regards.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 05:04:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091165#M23270</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-11-07T05:04:59Z</dc:date>
    </item>
    <item>
      <title>The problem is still there, I</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091166#M23271</link>
      <description>&lt;P&gt;The problem is still there, I still get a completely wrong solution with the 0-based approach:&lt;/P&gt;

&lt;P&gt;The solution of the system is:&lt;BR /&gt;
	&amp;nbsp;on zero process x [0] = -0.031169&lt;BR /&gt;
	&amp;nbsp;on zero process x [1] = -0.036084&lt;/P&gt;

&lt;P&gt;The solution of the system is:&lt;BR /&gt;
	&amp;nbsp;on first process x [0] = &amp;nbsp;0.139033&lt;BR /&gt;
	&amp;nbsp;on first process x [1] = &amp;nbsp;0.026384&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;With the 1-based approach, I still get the correct solution:&lt;/P&gt;

&lt;P&gt;The solution of the system is:&lt;BR /&gt;
	&amp;nbsp;on zero process x [0] = -1.000000&lt;BR /&gt;
	&amp;nbsp;on zero process x [1] = &amp;nbsp;0.150000&lt;/P&gt;

&lt;P&gt;The solution of the system is:&lt;BR /&gt;
	&amp;nbsp;on first process x [0] = &amp;nbsp;0.550000&lt;BR /&gt;
	&amp;nbsp;on first process x [1] = -0.300000&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Can you fix this please? Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Nov 2016 22:05:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091166#M23271</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-11-13T22:05:47Z</dc:date>
    </item>
    <item>
      <title>Can you reproduce this issue?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091167#M23272</link>
      <description>&lt;P&gt;Can you reproduce this issue? Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 18:38:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091167#M23272</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-11-16T18:38:28Z</dc:date>
    </item>
    <item>
      <title>yes, we have to confirm the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091168#M23273</link>
      <description>&lt;P&gt;yes, we have to confirm the issue still exists with version 2017 u1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 06:42:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091168#M23273</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-11-18T06:42:53Z</dc:date>
    </item>
    <item>
      <title>Dear users, please accept our</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091169#M23274</link>
      <description>&lt;P&gt;Dear users, please accept our apologize for the wrong message regard to the previous message about the fix of this issue in MKL 2017 u1. Actually the fix of this issue will be available into MKL 2017 update 2. Regards, Gennady&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 02:15:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091169#M23274</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-11-24T02:15:50Z</dc:date>
    </item>
    <item>
      <title>MKL 2017 update 2 is released</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091170#M23275</link>
      <description>&lt;P&gt;MKL 2017 update 2 is released a few days ago. Could you please check the problem with this update and keep us inform the status.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 14:40:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Wrong-solution-computed-by-distributed-PARDISO-with-0-based/m-p/1091170#M23275</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-02-27T14:40:59Z</dc:date>
    </item>
  </channel>
</rss>

