<?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 I see. This seems to be a new in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072919#M22370</link>
    <description>&lt;P&gt;I see. This seems to be a new bug in Parallel Studio/MKL 2017. I tried the 32- and 64-bit versions of MKL 2017U1 on Windows, and both exhibit the bug. The older version that I mentioned earlier (2016U4) works correctly. Someone from the MKL team needs to look at the issue.&lt;/P&gt;

&lt;P&gt;P.S.: The problem is also present in MKL 2017 on Linux, 32 and 64 bit.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 15:15:00 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2017-01-18T15:15:00Z</dc:date>
    <item>
      <title>error occurred in LAPACKE_zposv</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072916#M22367</link>
      <description>&lt;P&gt;Official example code of LAPACKE_zposv is in this webpage.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_zposv_row.c.htm" target="_blank"&gt;https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_zposv_row.c.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;(already edited, the original link is not what I meant)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When a &lt;STRONG&gt;row-major&lt;/STRONG&gt; symmetric complex matrix A is passed into, we get the wrong solution. In code provided,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;Solution&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;0.80, &amp;nbsp;1.62) ( &amp;nbsp;2.52, &amp;nbsp;0.61)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;1.26, -1.78) ( &amp;nbsp;0.01, -1.38)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;3.38, -0.29) ( &amp;nbsp;2.42, -0.52)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;3.46, &amp;nbsp;2.92) ( &amp;nbsp;3.77, &amp;nbsp;1.37)&lt;/P&gt;

&lt;P&gt;cannot be obtained. It seems a non-conjugate transposition is needed to perform on matrix A before calling this function. I'm posting this to confirm if this is a bug in latest release version. Any comment is appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:16:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072916#M22367</guid>
      <dc:creator>x_t_</dc:creator>
      <dc:date>2017-01-18T09:16:44Z</dc:date>
    </item>
    <item>
      <title>The link that you gave is for</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072917#M22368</link>
      <description>&lt;P&gt;The link that you gave is for the Lapacke_dgesv_row example. Changing "dge" do "zpo" in the &amp;nbsp;URL takes us to the correct page.&lt;/P&gt;

&lt;P&gt;You did not disclose details of MKL version, compiler, OS used. Using the example source code for Lapacke_dgesv_row from Parallel Studio 2016U4, I obtained the correct results. That source code and the source code from the corrected URL are identical except in a small portion of the copyright notice.&lt;/P&gt;

&lt;P&gt;Please explain what it is that you think is wrong with the example source code and how it behaves.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 13:17:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072917#M22368</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-18T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Quote:mecej4 wrote:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072918#M22369</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;mecej4 wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The link that you gave is for the Lapacke_dgesv_row example. Changing "dge" do "zpo" in the &amp;nbsp;URL takes us to the correct page.&lt;/P&gt;

&lt;P&gt;You did not disclose details of MKL version, compiler, OS used. Using the example source code for Lapacke_dgesv_row from Parallel Studio 2016U4, I obtained the correct results. That source code and the source code from the corrected URL are identical except in a small portion of the copyright notice.&lt;/P&gt;

&lt;P&gt;Please explain what it is that you think is wrong with the example source code and how it behaves.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;So sorry for the mistake and incompleteness.&lt;/P&gt;

&lt;P&gt;The link should be&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_zposv_row.c.htm" target="_blank"&gt;https://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mkl_lapack_examples/lapacke_zposv_row.c.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I add&amp;nbsp;&lt;/P&gt;

&lt;P&gt;# &amp;nbsp;pragma comment(lib, "mkl_core")&lt;BR /&gt;
	# &amp;nbsp;pragma comment(lib, "mkl_sequential")&lt;BR /&gt;
	# &amp;nbsp;pragma comment(lib, "mkl_intel_lp64")&lt;/P&gt;

&lt;P&gt;to link in vs2012 express.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I get the solution&lt;/P&gt;

&lt;P&gt;&amp;nbsp;( -0.29, &amp;nbsp;1.06) ( &amp;nbsp;2.00, &amp;nbsp;0.76)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;0.54, -1.01) ( -0.33, -0.01)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;2.35, -0.27) ( &amp;nbsp;1.92, &amp;nbsp;0.26)&lt;BR /&gt;
	&amp;nbsp;( &amp;nbsp;2.67, &amp;nbsp;1.81) ( &amp;nbsp;3.39, &amp;nbsp;0.70)&lt;/P&gt;

&lt;P&gt;which should be the solution to conjugate(A)*x=b but not Ax=b.&lt;/P&gt;

&lt;P&gt;Intel? Parallel Studio XE 2017 (not 2017u1) and vs2012 express( tested on vs2013 ultimate u2 as well)&lt;/P&gt;

&lt;P&gt;I get the same result in Ubuntu14.04 with gcc-4.8 and Intel? Parallel Studio XE 2017.&lt;/P&gt;

&lt;P&gt;Note that the source code Lapacke_dgesv_row solves a system of linear equations with real values while LAPACKE_zposv solves a system of linear equations with complex values which is the key point here. Could you please help test the code on the page I updated in this comment and let me know if the information I provided is adequate. Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 14:19:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072918#M22369</guid>
      <dc:creator>x_t_</dc:creator>
      <dc:date>2017-01-18T14:19:47Z</dc:date>
    </item>
    <item>
      <title>I see. This seems to be a new</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072919#M22370</link>
      <description>&lt;P&gt;I see. This seems to be a new bug in Parallel Studio/MKL 2017. I tried the 32- and 64-bit versions of MKL 2017U1 on Windows, and both exhibit the bug. The older version that I mentioned earlier (2016U4) works correctly. Someone from the MKL team needs to look at the issue.&lt;/P&gt;

&lt;P&gt;P.S.: The problem is also present in MKL 2017 on Linux, 32 and 64 bit.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 15:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072919#M22370</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-18T15:15:00Z</dc:date>
    </item>
    <item>
      <title>Thank you for reporting this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072920#M22371</link>
      <description>&lt;DIV&gt;
	&lt;P&gt;Thank you for reporting this issue. We have recorded the problem and will update if there are any updates.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Jan 2017 01:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072920#M22371</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-01-19T01:03:51Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072921#M22372</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;The fix to this issue will be available on MKL 2017.3.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 04:10:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072921#M22372</guid>
      <dc:creator>Jing_Xu</dc:creator>
      <dc:date>2017-01-27T04:10:44Z</dc:date>
    </item>
    <item>
      <title>I hit into the same issue</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072922#M22373</link>
      <description>&lt;P&gt;I hit into the same issue while using LAPACKE_cposv. (MKL 2017 update 1 on Linux 64-bits)&lt;/P&gt;

&lt;P&gt;However, manually calling LAPACKE_cpotrf and LAPACKE_cpotrs yielded the correct result.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 01:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072922#M22373</guid>
      <dc:creator>Shueng_Chuan_K_</dc:creator>
      <dc:date>2017-02-16T01:57:37Z</dc:date>
    </item>
    <item>
      <title>Hello, we have added the fix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072923#M22374</link>
      <description>&lt;P&gt;Hello, we have added the fix in the latest MKL version ( MKL v.2017 update 3) which has been released yesterday. Please update, take a look and make sure that we have indeed fixed the problem. Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 05:09:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072923#M22374</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2017-05-12T05:09:21Z</dc:date>
    </item>
    <item>
      <title>Quote:Gennady F. (Intel)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072924#M22375</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Gennady F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hello, we have added the fix in the latest MKL version ( MKL v.2017 update 3) which has been released yesterday. Please update, take a look and make sure that we have indeed fixed the problem. Thank you!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Gennady,&lt;/P&gt;

&lt;P&gt;I've updated my MKL to 2017 update 3 on Windows and it now gives right answer. Someone else might give any feedback on this update on Linux. Thanks!&lt;/P&gt;

&lt;P&gt;Th.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 05:57:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/error-occurred-in-LAPACKE-zposv/m-p/1072924#M22375</guid>
      <dc:creator>x_t_</dc:creator>
      <dc:date>2017-05-15T05:57:24Z</dc:date>
    </item>
  </channel>
</rss>

