<?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 Included among the MKL source in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969193#M16404</link>
    <description>&lt;P&gt;Included among the MKL source code examples are source files (in C, Fortran) to solve symmetric indefinite systems. Adapt one of them to read your problem data and run the program.&lt;/P&gt;
&lt;P&gt;I find your phrase "promised solution" incomprehensible. Please explain.&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2013 13:13:12 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2013-05-23T13:13:12Z</dc:date>
    <item>
      <title>How to solve this symmetric indefinite matrix with pardiso?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969192#M16403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Greetings! I would like to know how to effectively solve this(attached file) symmetric indefinite system using PARDISO. This particular matrix has super diagonal dominancy and almost zero and negative offdiagonal terms. I tried with differente pardiso parameters, could not get the solution promised by other softwares. Please suggest and list pardiso parameters/options for solving this matrix. The expected(promised) solution is ~0.7 all.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Stoka&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 10:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969192#M16403</guid>
      <dc:creator>Muthulingam_S_1</dc:creator>
      <dc:date>2013-05-23T10:04:12Z</dc:date>
    </item>
    <item>
      <title>Included among the MKL source</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969193#M16404</link>
      <description>&lt;P&gt;Included among the MKL source code examples are source files (in C, Fortran) to solve symmetric indefinite systems. Adapt one of them to read your problem data and run the program.&lt;/P&gt;
&lt;P&gt;I find your phrase "promised solution" incomprehensible. Please explain.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 13:13:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969193#M16404</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-05-23T13:13:12Z</dc:date>
    </item>
    <item>
      <title>      Yes, I shall explain</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969194#M16405</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yes, I shall explain more, the matrix given in the text file is generated by a finite element program (ANSYS).The finite element program gives output as ~0.70 (promised solution) for all which is correct practically. When I use the same matrix&amp;nbsp; and solve it through MKL PARDISO it gives values ranging from ~0.6 to ~2.0 which is not practical. I just used phase 11,22,33 to solve this matrix. As I explained earlier, the matrix is super dominant along diagonal but have very less values offdiagonal (zero and negative). I would like to know different parameter tweaks in MKL PARDISO to get result similar to the finite element program.&lt;/P&gt;
&lt;P&gt;Any help in this direction is greately appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 16:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969194#M16405</guid>
      <dc:creator>Muthulingam_S_1</dc:creator>
      <dc:date>2013-05-23T16:27:00Z</dc:date>
    </item>
    <item>
      <title>The example code pardiso_sym</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969195#M16406</link>
      <description>&lt;P&gt;The example code&amp;nbsp;pardiso_sym_f90.f90 that is distributed with MKL, when run on your data, gives a solution vector whose components range from 0.700 to 0.703. No changes to the algorithmic parameters (IPARM array) were needed other than those already present in the example code.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Rather than asking for tweaks, you should pay attention to providing your data correctly to MKL-Pardiso.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 18:05:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969195#M16406</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2013-05-23T18:05:00Z</dc:date>
    </item>
    <item>
      <title>How do you set PARDISO</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969196#M16407</link>
      <description>&lt;P&gt;How do you set PARDISO parameters? Do you just use the default settings? There are a few settings in iparm you can try to tweak to get better results (assuming mtype = -2):&lt;/P&gt;
&lt;P&gt;iparm[9] - Pivort perturbation&lt;/P&gt;
&lt;P&gt;iparm[10] - Scaling&lt;/P&gt;
&lt;P&gt;iparm[12] - Maximum weighted matching&lt;/P&gt;
&lt;P&gt;See &lt;A href="http://software.intel.com/sites/products/documentation/doclib/mkl_sa/11/mklman/hh_goto.htm#GUID-264E311E-ACED-4D56-AC31-E9D3B11D1CBF.htm"&gt;here &lt;/A&gt;for detailed discussions on how to set these parameters. &lt;/P&gt;
&lt;P&gt;See the code example $MKLROOT/examples/solverc/source/pardiso_sym_getdiag_c.c for hints on how to handle symmetric indefinie matrix.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2013 18:27:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969196#M16407</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2013-05-23T18:27:37Z</dc:date>
    </item>
    <item>
      <title>Thank you for both of your</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969197#M16408</link>
      <description>&lt;P&gt;Thank you for both of your help. Sorted it by tweaking iparm values as indicated above.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2013 15:13:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-solve-this-symmetric-indefinite-matrix-with-pardiso/m-p/969197#M16408</guid>
      <dc:creator>Muthulingam_S_1</dc:creator>
      <dc:date>2013-05-24T15:13:31Z</dc:date>
    </item>
  </channel>
</rss>

