<?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 Ivan, this is internal error in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010400#M19212</link>
    <description>&lt;P&gt;Ivan, this is internal error and you couldn't diagnose this issue. How can we check problem on our side? Could you get the example to check on our side? Do you see the problem with LP64 version?&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 04:27:44 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2015-10-09T04:27:44Z</dc:date>
    <item>
      <title>Memory allocation issues with `cluster_sparse_solver` in MKL 11.3 with distributed matrix input</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010399#M19211</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Calling `cluster_sparse_sovler` with `-DMKL_ILP64`, where the input matrix is distributed with `iparm[39]=2`, produces the following:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="special_formatting" style="box-sizing: border-box; padding: 0.5rem; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 0.75rem; color: rgb(51, 51, 51); border-radius: 4px; margin-top: 0.5rem; margin-bottom: 0.2rem; line-height: 18.4px; word-break: normal; word-wrap: break-word; white-space: pre-wrap; border: 1px solid rgba(0, 0, 0, 0.14902); background: rgb(251, 250, 248);"&gt;*** Error in PARDISO &amp;nbsp;( &amp;nbsp; &amp;nbsp; insufficient_memory) error_num= 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
*** Error in PARDISO memory allocation: MATCHING_REORDERING_DATA, allocation of 1 bytes failed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
total memory wanted here: 75743 kbyte&lt;/PRE&gt;

&lt;P style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&amp;nbsp;There is no effect from the number of nodes used for the MPI job.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Does the `cluster_sparse_solver` have to re-distribute the matrix between the nodes during the analysis phase?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I am not certain how to debug or diagnose this internal error. There is no issue with the amount of RAM on the machine.&lt;/P&gt;

&lt;P&gt;The code compiles and runs under 11.2.3 as expected, the error only appears with MKL 11.3.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 21:03:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010399#M19211</guid>
      <dc:creator>Ivan_K_6</dc:creator>
      <dc:date>2015-10-08T21:03:09Z</dc:date>
    </item>
    <item>
      <title>Ivan, this is internal error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010400#M19212</link>
      <description>&lt;P&gt;Ivan, this is internal error and you couldn't diagnose this issue. How can we check problem on our side? Could you get the example to check on our side? Do you see the problem with LP64 version?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 04:27:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010400#M19212</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-10-09T04:27:44Z</dc:date>
    </item>
    <item>
      <title>Hello, Gennady.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010401#M19213</link>
      <description>&lt;P&gt;Hello, Gennady.&lt;/P&gt;

&lt;P&gt;The example code with compilation instructions is here: &lt;A href="https://gist.github.com/anonymous/173e2dff21fef71bea51" target="_blank"&gt;https://gist.github.com/anonymous/173e2dff21fef71bea51&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I have also verified that the behavior with LP64 is identical.&lt;/P&gt;

&lt;P&gt;Please let me know if there is anything else I could provide. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 20:22:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010401#M19213</guid>
      <dc:creator>Ivan_K_6</dc:creator>
      <dc:date>2015-10-09T20:22:00Z</dc:date>
    </item>
    <item>
      <title>Ivan, I see you generate the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010402#M19214</link>
      <description>&lt;P&gt;Ivan, I see you generate the artificial input and&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;don't check the input matrix for correctness. Have you checked this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 09:55:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010402#M19214</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-10-13T09:55:48Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010403#M19215</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Setting `iparm[26] = 1` does not change the behavior.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 17:01:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010403#M19215</guid>
      <dc:creator>Ivan_K_6</dc:creator>
      <dc:date>2015-10-13T17:01:47Z</dc:date>
    </item>
    <item>
      <title>Yes, I agree. We see the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010404#M19216</link>
      <description>&lt;P&gt;Yes, I agree. We see the problem on our side too. we are investigating the issue and will keep you informed when the fix of the problem would be released. Affected the 11.3 version of MKL.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 06:53:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010404#M19216</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-10-14T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Ivan, the issue is fixed in</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010405#M19217</link>
      <description>&lt;P&gt;Ivan, the issue is fixed in 11.3. update 1. Please check how it works on your side.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2015 13:53:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Memory-allocation-issues-with-cluster-sparse-solver-in-MKL-11-3/m-p/1010405#M19217</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-11-29T13:53:25Z</dc:date>
    </item>
  </channel>
</rss>

