<?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 Problem running PARDISO example in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157945#M27713</link>
    <description>&lt;P&gt;Hi--I am trying to use the PARDISO solver on a MacOS and get this error when I try to complie and run the pardiso_unsym_f.f file.&amp;nbsp; I'm compiling like this:&lt;/P&gt;&lt;P&gt;gfortran pardiso_unsym_f.f -o pardiso_unsym_fexec&amp;nbsp; ${MKLROOT}/lib/libmkl_intel_ilp64.a ${MKLROOT}/lib/libmkl_intel_thread.a ${MKLROOT}/lib/libmkl_core.a -liomp5 -lpthread -lm -ldl&lt;/P&gt;&lt;P&gt;and I get this error when I run it:&lt;/P&gt;&lt;P&gt;LMC-062490:Fortran jpolk$ ./pardiso_unsym_fexec&lt;BR /&gt;&amp;nbsp;Reordering completed ...&lt;BR /&gt;&amp;nbsp;The following ERROR was detected:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;BR /&gt;STOP 1&lt;/P&gt;&lt;P&gt;I would appreciate any help!&lt;/P&gt;</description>
    <pubDate>Sat, 07 Sep 2019 05:50:19 GMT</pubDate>
    <dc:creator>Polk__Jay</dc:creator>
    <dc:date>2019-09-07T05:50:19Z</dc:date>
    <item>
      <title>Problem running PARDISO example</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157945#M27713</link>
      <description>&lt;P&gt;Hi--I am trying to use the PARDISO solver on a MacOS and get this error when I try to complie and run the pardiso_unsym_f.f file.&amp;nbsp; I'm compiling like this:&lt;/P&gt;&lt;P&gt;gfortran pardiso_unsym_f.f -o pardiso_unsym_fexec&amp;nbsp; ${MKLROOT}/lib/libmkl_intel_ilp64.a ${MKLROOT}/lib/libmkl_intel_thread.a ${MKLROOT}/lib/libmkl_core.a -liomp5 -lpthread -lm -ldl&lt;/P&gt;&lt;P&gt;and I get this error when I run it:&lt;/P&gt;&lt;P&gt;LMC-062490:Fortran jpolk$ ./pardiso_unsym_fexec&lt;BR /&gt;&amp;nbsp;Reordering completed ...&lt;BR /&gt;&amp;nbsp;The following ERROR was detected:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&lt;BR /&gt;STOP 1&lt;/P&gt;&lt;P&gt;I would appreciate any help!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2019 05:50:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157945#M27713</guid>
      <dc:creator>Polk__Jay</dc:creator>
      <dc:date>2019-09-07T05:50:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157946#M27714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As documentation states (https://software.intel.com/en-us/mkl-developer-reference-c-pardiso#E44B4021-701A-48DA-BA29-70CFA20766AA) this error code means that the input is inconsistent. So I assume something is wrong with the matrix or input parameters.&lt;/P&gt;&lt;P&gt;You can try to turn on the matrix checker, i.e. set iparm(25)=1 (https://software.intel.com/en-us/mkl-developer-reference-fortran-pardiso-iparm-parameter) and see whether you'll get more verbose information.&lt;/P&gt;&lt;P&gt;It is hard to say&amp;nbsp;more without looking at your code and input data.&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 20:47:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157946#M27714</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-09-09T20:47:29Z</dc:date>
    </item>
    <item>
      <title>Hi Kirill,  I discovered that</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157947#M27715</link>
      <description>&lt;P&gt;Hi Kirill,&amp;nbsp; I discovered that I need to compile with lp64 instead of Ilp64.&amp;nbsp; The example file only works with the 32-bit integer option, apparently. Or maybe I needed to change the type of some of the integer inputs to get it to work with the ilp64 option--maybe that's why it was giving an input inconsistency error.&amp;nbsp; Thanks for looking into it!&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 03:47:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157947#M27715</guid>
      <dc:creator>Polk__Jay</dc:creator>
      <dc:date>2019-09-10T03:47:58Z</dc:date>
    </item>
    <item>
      <title>for ILP64 mode: you may</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157948#M27716</link>
      <description>&lt;P&gt;for ILP64 mode: you may redefine all integers as MKL_INT data types and linking your case with -i8 compiler option in the case if you use intel Fortran compiler or -fdefault-integer-8 -m64 options in the case of gnu compiler.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 09:47:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-running-PARDISO-example/m-p/1157948#M27716</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-09-10T09:47:47Z</dc:date>
    </item>
  </channel>
</rss>

