<?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 Newbie: Pardiso Tutorial in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866256#M8007</link>
    <description>&lt;P&gt;Recently I've purschased Intel VisualFortran Compiler with MKL and i am interested in solve sparse systems of linear equations by pardiso solver. The system is ill conditioned from finite element (bars and shells). Is there any basic fortran f90 tutorial to easy link libraries to a windows executable with some information to configure visual studio 2005 paths etc...&lt;/P&gt;
&lt;P&gt;Thanks in advanced&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2008 18:26:11 GMT</pubDate>
    <dc:creator>ustatic</dc:creator>
    <dc:date>2008-06-30T18:26:11Z</dc:date>
    <item>
      <title>Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866256#M8007</link>
      <description>&lt;P&gt;Recently I've purschased Intel VisualFortran Compiler with MKL and i am interested in solve sparse systems of linear equations by pardiso solver. The system is ill conditioned from finite element (bars and shells). Is there any basic fortran f90 tutorial to easy link libraries to a windows executable with some information to configure visual studio 2005 paths etc...&lt;/P&gt;
&lt;P&gt;Thanks in advanced&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2008 18:26:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866256#M8007</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-06-30T18:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866257#M8008</link>
      <description>&lt;P&gt;After applying compiler directives as shown in mkl document 347461.pdf i could compile the pardiso_sym_f.f example of mkl but linker raises error LNK2019: unresolved external symbol _mkl_solver_pardiso referenced in fuction _PARDISO in file mkl_intel_c.lib&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2008 19:02:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866257#M8008</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-07-01T19:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866258#M8009</link>
      <description>You mention mkl_intel_c.lib so you must have that added to your project. That is the interface library. You must also add a threading layer (e.g., mkl_intel_thread.lib), mkl_core.lib which contains the main functionality, and then the threading runtime library libiomp5mt.lib. The user guide in the doc directory will have more information on these choices.&lt;BR /&gt;&lt;BR /&gt;-Todd&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2008 23:29:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866258#M8009</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-07-02T23:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866259#M8010</link>
      <description>Added in Additional Dependencies of Linker|input tab mkl_intel_c.lib and the problem persists</description>
      <pubDate>Thu, 03 Jul 2008 16:21:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866259#M8010</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-07-03T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866260#M8011</link>
      <description>Problem solved: Also added mkl_solver.lib !!</description>
      <pubDate>Thu, 03 Jul 2008 17:30:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866260#M8011</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-07-03T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866261#M8012</link>
      <description>&lt;P&gt;I solved a huge problem os structural beams ( A beam with one end fixed discretized in 5000 parts) but laks of precision.&lt;/P&gt;
&lt;P&gt;Is there any solution to fix this lack of precision for ill conditioned matrix?? Ansys gives slightly bad solution about 10000 + parts&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2008 16:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866261#M8012</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-07-05T16:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866262#M8013</link>
      <description>If it is ill conditioned, the solution may not be stable (or the results may not be reliable). In fact, I was expecting that PARDISO fails to solve the system if it is positive-definite symmetric ill-conditioned matrix.
&lt;BR /&gt;
&lt;BR /&gt;I just wonder why you solve a cantilever beam with thousand of elements? 
&lt;BR /&gt;bulent</description>
      <pubDate>Mon, 07 Jul 2008 03:22:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866262#M8013</guid>
      <dc:creator>Alemdar__Bulent</dc:creator>
      <dc:date>2008-07-07T03:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Pardiso Tutorial</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866263#M8014</link>
      <description>&lt;P&gt;Despite of all ANSYS gives right solution upon 10000 parts...&lt;/P&gt;
&lt;P&gt;Because i wish to solve geometrically non linear analysis and check stability of ill conditioned matrix&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2008 19:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Newbie-Pardiso-Tutorial/m-p/866263#M8014</guid>
      <dc:creator>ustatic</dc:creator>
      <dc:date>2008-07-07T19:24:00Z</dc:date>
    </item>
  </channel>
</rss>

