<?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 have you tried the latest 11 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084697#M22923</link>
    <description>&lt;P&gt;have you tried the latest 11.3 update 2 which we received the last week?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2016 04:18:18 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2016-02-24T04:18:18Z</dc:date>
    <item>
      <title>PARDISO error for structurally symmetric matrix</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084696#M22922</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to solve a structurally symmetric problem, but for some reason, with the attached program, everything fails except if mtype = 11. Could you help me understand why please ? I've exported the matrix to MATLAB and max(sort(I) - sort(J)) = 0, so the matrix should be indeed structurally symmetric.&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 17:20:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084696#M22922</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-02-23T17:20:41Z</dc:date>
    </item>
    <item>
      <title>have you tried the latest 11</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084697#M22923</link>
      <description>&lt;P&gt;have you tried the latest 11.3 update 2 which we received the last week?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 04:18:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084697#M22923</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-24T04:18:18Z</dc:date>
    </item>
    <item>
      <title>I see the problem on the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084698#M22924</link>
      <description>&lt;P&gt;I see the problem on the reordering phase with the latest 11.3 u2 version of MKL. We will investigate the cause of the issue and keep you informed with the status.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 06:27:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084698#M22924</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-24T06:27:15Z</dc:date>
    </item>
    <item>
      <title>Thank you.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084699#M22925</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 13:43:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084699#M22925</guid>
      <dc:creator>asd__asdqwe</dc:creator>
      <dc:date>2016-02-24T13:43:22Z</dc:date>
    </item>
    <item>
      <title>MKL doesn’t check what the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084700#M22926</link>
      <description>&lt;P&gt;MKL doesn’t check what the exact type of input matrix is. It might be the good feature request for the future implementation, but we don’t do that right now. &amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;For this partially case, it seems your input matrix is not real and structurally symmetric but this is nonsymmetric. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You may try to check it by himself if the input matrix is nonsymmetric.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You may try to use mkl_dcsradd ( ….. ) routine with the request == 1 and when the second matrix will be the same but transposed.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Then you need to check the number of nonzeroes into resulted matrix C.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;In the case if this nnz will be different compare with original matrix, that’s mean the input matrix is nonsymmetric.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 08:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084700#M22926</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-02-25T08:25:57Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084701#M22927</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
	&lt;BR /&gt;
	During investigation of&amp;nbsp;your case I found out that the matrix you've provided doesn't contain all diagonal elements.&lt;BR /&gt;
	According to&amp;nbsp;documentation&amp;nbsp;all diagonal elements must be stored for structurally symmetric matrix (please find description of ja array in &lt;A href="https://software.intel.com/ru-ru/node/521678"&gt;https://software.intel.com/ru-ru/node/521678&lt;/A&gt;). You can set them to zero and put in&amp;nbsp;values array&amp;nbsp;to avoid problem on reordering phase.&lt;BR /&gt;
	&lt;BR /&gt;
	Best regards,&lt;BR /&gt;
	Maria&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 17:02:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/PARDISO-error-for-structurally-symmetric-matrix/m-p/1084701#M22927</guid>
      <dc:creator>MariaZh</dc:creator>
      <dc:date>2016-02-26T17:02:44Z</dc:date>
    </item>
  </channel>
</rss>

