<?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 Using original PARDISO library with Intel MKL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141436#M26334</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to integrate the original PARDISO library (v 6.0) with Intel MKL 2019 for performance comparison but I am receiving the following error message upon compilation:&lt;/P&gt;&lt;P&gt;libpardiso600-GNU800-X86-64.so: undefined reference to `log2f@GLIBC_2.27'&lt;BR /&gt;libpardiso600-GNU800-X86-64.so: undefined reference to `logf@GLIBC_2.27'&lt;/P&gt;&lt;P&gt;Here is the command line:&lt;/P&gt;&lt;P&gt;icc pardiso_unsym.c -o p.out -LPARDISO&amp;nbsp; libpardiso600-GNU800-X86-64.so -I$MKLROOT/include -L${MKLROOT}/lib/intel64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lm -ldl -lgfortran -fopenmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Linux and the sample file can be downloaded from here: &lt;A href="https://www.pardiso-project.org/manual/pardiso_unsym.c" target="_blank"&gt;https://www.pardiso-project.org/manual/pardiso_unsym.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any idea what could be the issue? I really appreciate any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Afshin&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2019 19:57:19 GMT</pubDate>
    <dc:creator>Ahmadi__Afshin</dc:creator>
    <dc:date>2019-08-08T19:57:19Z</dc:date>
    <item>
      <title>Using original PARDISO library with Intel MKL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141436#M26334</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to integrate the original PARDISO library (v 6.0) with Intel MKL 2019 for performance comparison but I am receiving the following error message upon compilation:&lt;/P&gt;&lt;P&gt;libpardiso600-GNU800-X86-64.so: undefined reference to `log2f@GLIBC_2.27'&lt;BR /&gt;libpardiso600-GNU800-X86-64.so: undefined reference to `logf@GLIBC_2.27'&lt;/P&gt;&lt;P&gt;Here is the command line:&lt;/P&gt;&lt;P&gt;icc pardiso_unsym.c -o p.out -LPARDISO&amp;nbsp; libpardiso600-GNU800-X86-64.so -I$MKLROOT/include -L${MKLROOT}/lib/intel64 -lmkl_gf_lp64 -lmkl_sequential -lmkl_core -lm -ldl -lgfortran -fopenmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Linux and the sample file can be downloaded from here: &lt;A href="https://www.pardiso-project.org/manual/pardiso_unsym.c" target="_blank"&gt;https://www.pardiso-project.org/manual/pardiso_unsym.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any idea what could be the issue? I really appreciate any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Afshin&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 19:57:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141436#M26334</guid>
      <dc:creator>Ahmadi__Afshin</dc:creator>
      <dc:date>2019-08-08T19:57:19Z</dc:date>
    </item>
    <item>
      <title>Intel MKL PARDISO and Pardiso</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141437#M26335</link>
      <description>&lt;P&gt;Intel MKL PARDISO and Pardiso ( since v.5.0) are API not compatible and you cannot use Intel MKL in that case.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 04:18:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141437#M26335</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-08-09T04:18:48Z</dc:date>
    </item>
    <item>
      <title>The library libpardiso600</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141438#M26336</link>
      <description>&lt;P&gt;The library&amp;nbsp;libpardiso600-GNU800-X86-64.so is intended for use with Gfortran 8.x, and is not compatible with Intel Fortran compiled object files. The two Fortran compilers use their own Fortran run time libraries, and without special effort (please do not ask how) it is not possible to link object files compiled with two different compilers, or even with two versions of the same compiler.&lt;/P&gt;&lt;P&gt;You can ask the developer of Pardiso 6 for an Ifort-compatible library, or you can instead use the version of Pardiso that is part of MKL with the Intel compiler. If you use the second option, as Gennady F. pointed out already, you should note that the argument lists of the MKL/Pardiso and the Lugano/Basel-Pardiso are slightly different.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 12:22:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141438#M26336</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2019-08-09T12:22:48Z</dc:date>
    </item>
    <item>
      <title>Hello Afshin!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141440#M26338</link>
      <description>&lt;P&gt;Hello Afshin!&lt;/P&gt;&lt;P&gt;If you just want to compare performance between two solvers you don't need to link one with another, just create two separate examples with each of the solvers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Kirill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:49:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141440#M26338</guid>
      <dc:creator>Kirill_V_Intel</dc:creator>
      <dc:date>2019-08-13T22:49:07Z</dc:date>
    </item>
    <item>
      <title>please do not ask how</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141439#M26337</link>
      <description>&lt;P&gt;please do not ask how&lt;/P&gt;&lt;P&gt;Comment from mecej4:&amp;nbsp; This means it is really hard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:45:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Using-original-PARDISO-library-with-Intel-MKL/m-p/1141439#M26337</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2019-08-13T22:45:19Z</dc:date>
    </item>
  </channel>
</rss>

