<?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 Thanks for the quick response in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015740#M19476</link>
    <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Oct 2014 21:45:49 GMT</pubDate>
    <dc:creator>xian-zhong_guous_cd-</dc:creator>
    <dc:date>2014-10-06T21:45:49Z</dc:date>
    <item>
      <title>mkl metis SIGSEGV</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015737#M19473</link>
      <description>&lt;P&gt;We have a symmetric matrix (attached). MKL crashes on metis(see the attached callstack). Can you take a look?&lt;/P&gt;

&lt;P&gt;symmetric_matrix.txt:&lt;/P&gt;

&lt;P&gt;first line: number of eqautions (n)&lt;/P&gt;

&lt;P&gt;second line: index based (0 means 0 based)&lt;/P&gt;

&lt;P&gt;third line: number of nonzeros (nz)&lt;/P&gt;

&lt;P&gt;rest: non zeros in triplet format (r c a)&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:31:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015737#M19473</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2014-10-06T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Major version: 11</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015738#M19474</link>
      <description>&lt;P&gt;Major version: 11&lt;BR /&gt;
	Minor version: 1&lt;BR /&gt;
	Update version: 0&lt;BR /&gt;
	Product status:&amp;nbsp; Product&lt;BR /&gt;
	Build: n20130711&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 19:34:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015738#M19474</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2014-10-06T19:34:52Z</dc:date>
    </item>
    <item>
      <title>The outcome is not surprising</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015739#M19475</link>
      <description>&lt;P&gt;The outcome is not surprising, because the matrix that you have given does not appear to be symmetric as claimed. The convention is that you pass only the upper triangle of a symmetric matrix to MKL/Pardiso, in the CSR format. The MKL manual says "&lt;SPAN style="color: rgb(51, 51, 51); font-family: Verdana, Arial, sans-serif; font-size: 14.5454540252686px; line-height: 21.8181819915772px;"&gt;The Intel MKL direct sparse solvers use a row-major upper triangular storage format: the matrix is compressed row-by-row and for symmetric matrices only non-zero elements in the upper triangular half of the matrix are stored&lt;/SPAN&gt;".&lt;/P&gt;

&lt;P&gt;Your data file is in the COO format, and line 5282 contains '739 733 -0.0202558', which implies that row 740 of the matrix starts in column 734, which would be located in the lower triangle. The Pardiso routine is, probably, unable to address this discrepancy. There are many other entries (over 50) in the lower triangle. You have to resolve this inconsistency before trying to reorder/factorize the matrix using MKL/Pardiso. I have done a bit of speculation with the comments here since you did not state how you did the COO to CSR conversion nor did you provide information on the arguments that you called Pardiso with.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 21:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015739#M19475</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2014-10-06T21:40:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the quick response</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015740#M19476</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 21:45:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/mkl-metis-SIGSEGV/m-p/1015740#M19476</guid>
      <dc:creator>xian-zhong_guous_cd-</dc:creator>
      <dc:date>2014-10-06T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

