<?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 Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result. in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1486964#M34593</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need additional information, please start a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 May 2023 09:48:52 GMT</pubDate>
    <dc:creator>VarshaS_Intel</dc:creator>
    <dc:date>2023-05-17T09:48:52Z</dc:date>
    <item>
      <title>Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1477702#M34475</link>
      <description>&lt;P&gt;I used OneAPI's "Calculate diagonal component of an inverse matrix" feature.&lt;/P&gt;
&lt;P&gt;However, in some cases, negative results occurred.&lt;/P&gt;
&lt;P&gt;Originally, negative values should not occur.&lt;/P&gt;
&lt;P&gt;The versions I used are Pardiso 2019 update5 and One API 2022.&lt;/P&gt;
&lt;P&gt;In both cases, the same symptom occurred.&lt;/P&gt;
&lt;P&gt;Is the matrix size too large causing the overflow?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The information I used is as follows, so please check it.&lt;/P&gt;
&lt;P&gt;* matrix type : -2&lt;/P&gt;
&lt;P&gt;* n :&amp;nbsp;1159765511&lt;/P&gt;
&lt;P&gt;* size of ia :&amp;nbsp;1159765511 + 1&lt;/P&gt;
&lt;P&gt;* size of ja, a :&amp;nbsp;3065293127&lt;/P&gt;
&lt;P&gt;* function : pardiso_64&lt;/P&gt;
&lt;P&gt;* iparm : initialize zero&lt;/P&gt;
&lt;P&gt;iparm[0] = 1; /* No solver default */&lt;BR /&gt;iparm[1] = 3; /* Fill-in reordering from METIS */&lt;BR /&gt;/* Numbers of processors, value of OMP_NUM_THREADS */&lt;BR /&gt;//iparm[2] = 1;&lt;BR /&gt;iparm[3] = 0; /* No iterative-direct algorithm */&lt;BR /&gt;iparm[4] = 0; /* No user fill-in reducing permutation */&lt;BR /&gt;iparm[5] = 0; /* Write solution into x */&lt;BR /&gt;iparm[6] = 0; /* Not in use */&lt;BR /&gt;iparm[7] = 0; /* Max numbers of iterative refinement steps */&lt;BR /&gt;iparm[8] = 0; /* Not in use */&lt;BR /&gt;iparm[9] = 13; /* Perturb the pivot elements with 1E-13 */&lt;BR /&gt;//iparm[10] = 1; /* Use nonsymmetric permutation and scaling MPS */&lt;BR /&gt;iparm[10] = 0; /* Use nonsymmetric permutation and scaling MPS */&lt;BR /&gt;iparm[11] = 0; /* Not in use */&lt;BR /&gt;iparm[12] = 0; /* Maximum weighted matching algorithm is switched-off (default for symmetric). Try iparm[12] = 1 in case of inappropriate accuracy */&lt;BR /&gt;iparm[13] = 0; /* Output: Number of perturbed pivots */&lt;BR /&gt;iparm[14] = 0; /* Not in use */&lt;BR /&gt;iparm[15] = 0; /* Not in use */&lt;BR /&gt;iparm[16] = 0; /* Not in use */&lt;BR /&gt;iparm[17] = -1; /* Output: Number of nonzeros in the factor LU */&lt;BR /&gt;iparm[18] = -1; /* Output: Mflops for LU factorization */&lt;BR /&gt;iparm[19] = 0; /* Output: Numbers of CG Iterations */&lt;/P&gt;
&lt;P&gt;// inv of diag&lt;BR /&gt;iparm[23] = 1;&lt;BR /&gt;iparm[42] = 1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 00:36:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1477702#M34475</guid>
      <dc:creator>Yelim</dc:creator>
      <dc:date>2023-04-18T00:36:33Z</dc:date>
    </item>
    <item>
      <title>Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1477910#M34479</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know the OS details you are using?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with the complete sample reproducer code, all the dependency files, and steps in order to reproduce the same behavior at our end?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, could you please try using the latest version of Intel MKL(2023.1) and let us know if you are still facing any errors?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2023 12:01:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1477910#M34479</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-18T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1479866#M34509</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with an update on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2023 05:27:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1479866#M34509</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-04-25T05:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1479990#M34513</link>
      <description>&lt;P&gt;Hi It took me a long time to find a suitable example to upload.&lt;BR /&gt;The OS of the equipment I am running is RHEL6 and it has 6TB of memory.&lt;BR /&gt;First of all, I'll upload an example file with the case of the problem&lt;BR /&gt;When I perform the diagonal of inverse matrix with the data below, sometimes it contains negative numbers and sometimes it doesn't.&lt;BR /&gt;I really hope it gets resolved.&lt;/P&gt;
&lt;P&gt;nnz:7492002&lt;BR /&gt;nrow: 9515&lt;BR /&gt;ia file : ia.txt(size is nrow + 1)&lt;BR /&gt;ja file : ja.txt(size is nnz)&lt;BR /&gt;a file : a.txt(size is nnz)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:54:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1479990#M34513</guid>
      <dc:creator>Yelim</dc:creator>
      <dc:date>2023-04-25T09:54:47Z</dc:date>
    </item>
    <item>
      <title>Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1482718#M34552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When we tried at our end, we were getting an invalid matrix input error so could you please provide us with the complete sample reproducer code you are using so that we both can be on the same phase and it will be better to investigate?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2023 14:39:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1482718#M34552</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-05-03T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1484838#M34575</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. Could you please provide us with the sample reproducer code you are using?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 May 2023 10:34:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1484838#M34575</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-05-10T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re:Calculation of the diagonal component of OneAPI's inverse matrix produces a negative result.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1486964#M34593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need additional information, please start a new thread.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Varsha&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2023 09:48:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Calculation-of-the-diagonal-component-of-OneAPI-s-inverse-matrix/m-p/1486964#M34593</guid>
      <dc:creator>VarshaS_Intel</dc:creator>
      <dc:date>2023-05-17T09:48:52Z</dc:date>
    </item>
  </channel>
</rss>

