<?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 Scalapack BUG in PZUNGQR (Again) in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929471#M13622</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Previously, we reported a possible Scalapack bug in the PZUNGQR function&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://software.intel.com/en-us/forums/topic/473803" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/473803&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That issue has still not been resolved, but it was stated that it was an issue with zero-sized matrices on some nodes.&amp;nbsp; However, we have encountered a somewhat similar issue with PZUNGQR even when the local matrices do no have zero-size.&amp;nbsp; In the attached test case, the PZGEMM call that follows the PZUNGQR call will either hang or produce Irecv error even though the QR matrices and the PZGEMM matrices have non-zero sized matrices on all nodes.&amp;nbsp; Interestingly, if the matrices used in the PZGEMM call have a global size less than the block size (only one node has non-zero sized matrices), then it completes fine.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In the attached test case, the&amp;nbsp; bug only occurs if single-node matrices call ZUNQGR and multiple node matrices call PZUNGQR.&amp;nbsp; If all nodes call PZUNGQR it does not occur.&amp;nbsp; However, in our full code the bug seems to occur sometimes even if all nodes call PZUNGQR.&amp;nbsp; Unfortunately, I was not able to reduce this particular behavior down to a simple test case.&lt;/P&gt;

&lt;P&gt;Thanks, John&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2013 15:24:59 GMT</pubDate>
    <dc:creator>John_Young</dc:creator>
    <dc:date>2013-12-05T15:24:59Z</dc:date>
    <item>
      <title>Scalapack BUG in PZUNGQR (Again)</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929471#M13622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Previously, we reported a possible Scalapack bug in the PZUNGQR function&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://software.intel.com/en-us/forums/topic/473803" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/473803&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;That issue has still not been resolved, but it was stated that it was an issue with zero-sized matrices on some nodes.&amp;nbsp; However, we have encountered a somewhat similar issue with PZUNGQR even when the local matrices do no have zero-size.&amp;nbsp; In the attached test case, the PZGEMM call that follows the PZUNGQR call will either hang or produce Irecv error even though the QR matrices and the PZGEMM matrices have non-zero sized matrices on all nodes.&amp;nbsp; Interestingly, if the matrices used in the PZGEMM call have a global size less than the block size (only one node has non-zero sized matrices), then it completes fine.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;In the attached test case, the&amp;nbsp; bug only occurs if single-node matrices call ZUNQGR and multiple node matrices call PZUNGQR.&amp;nbsp; If all nodes call PZUNGQR it does not occur.&amp;nbsp; However, in our full code the bug seems to occur sometimes even if all nodes call PZUNGQR.&amp;nbsp; Unfortunately, I was not able to reduce this particular behavior down to a simple test case.&lt;/P&gt;

&lt;P&gt;Thanks, John&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:24:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929471#M13622</guid>
      <dc:creator>John_Young</dc:creator>
      <dc:date>2013-12-05T15:24:59Z</dc:date>
    </item>
    <item>
      <title>In the attached test case,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929472#M13623</link>
      <description>&lt;BLOCKQUOTE&gt;
	&lt;P&gt;In the attached test case, the&amp;nbsp; bug only occurs if single-node matrices call ZUNQGR and multiple node matrices call PZUNGQR.&amp;nbsp; If all nodes call PZUNGQR it does not occur.&amp;nbsp; However, in our full code the bug seems to occur sometimes even if all nodes call PZUNGQR.&amp;nbsp; Unfortunately, I was not able to reduce this particular behavior down to a simple test case.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It just occurred to me that mixing PZUNGQR and ZUNGQR is not the issue.&amp;nbsp; The primary issue is that some nodes call PZUNGQR and some don't.&amp;nbsp; If the ZGEQRF/ZUNGQR call in the attached test case is commented out, the bug occurs since only the matrices that are really distributed call PZUNGQR and the single-node matrices do nothing for the QR.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 15:29:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929472#M13623</guid>
      <dc:creator>John_Young</dc:creator>
      <dc:date>2013-12-05T15:29:43Z</dc:date>
    </item>
    <item>
      <title>John,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929473#M13624</link>
      <description>&lt;P&gt;John,&lt;/P&gt;

&lt;P&gt;The first issue you reported earlier is still being investigated by the MKL team. Thank you very much for the additional information. We will make sure our fix covers this new scenario as well.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 18:22:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929473#M13624</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2013-12-05T18:22:09Z</dc:date>
    </item>
    <item>
      <title>Zhang,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929474#M13625</link>
      <description>&lt;P&gt;Zhang,&lt;/P&gt;

&lt;P&gt;We appreciate that you are working on this.&amp;nbsp; Do you have an approximate time estimate on this?&amp;nbsp; This bug in the mkl library has been holding up a deliverable to our customer.&amp;nbsp;&amp;nbsp; I know you can't put a firm date on it. However, if you could estimate in days, weeks or months, it would be helpful.&amp;nbsp; Thank you!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 21:17:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929474#M13625</guid>
      <dc:creator>Stephen_G_</dc:creator>
      <dc:date>2013-12-05T21:17:34Z</dc:date>
    </item>
    <item>
      <title>Quote:gedney@engr.uky.edu</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929475#M13626</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;gedney@engr.uky.edu wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Zhang,&lt;/P&gt;

&lt;P&gt;We appreciate that you are working on this.&amp;nbsp; Do you have an approximate time estimate on this?&amp;nbsp; This bug in the mkl library has been holding up a deliverable to our customer.&amp;nbsp;&amp;nbsp; I know you can't put a firm date on it. However, if you could estimate in days, weeks or months, it would be helpful.&amp;nbsp; Thank you!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Thanks for letting us know the impact of this issue on your deliveries. I'll send you a note with an estimate as soon as I have a solid idea on where we are now, hopefully in 1-2 business days.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 23:31:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929475#M13626</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2013-12-05T23:31:23Z</dc:date>
    </item>
    <item>
      <title>Zhang,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929476#M13627</link>
      <description>&lt;P&gt;Zhang,&lt;/P&gt;

&lt;P&gt;We really appreciate that.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 17:22:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Scalapack-BUG-in-PZUNGQR-Again/m-p/929476#M13627</guid>
      <dc:creator>Stephen_G_</dc:creator>
      <dc:date>2013-12-06T17:22:08Z</dc:date>
    </item>
  </channel>
</rss>

