<?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 unable to compile/link Pardiso in IF16 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098127#M23677</link>
    <description>&lt;P&gt;Using IF15, in a subroutine I make a call to Pardiso with mkl_pardiso.f77' and everything was OK.&lt;/P&gt;

&lt;P&gt;Now with IF16 upd 4 the compilers is unable to include mkl_pardiso.f77.&lt;/P&gt;

&lt;P&gt;Both include documented in the user reference manual i.e.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;include mkl.fi&lt;/LI&gt;
	&lt;LI&gt;include mkl_pardiso.f90&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;generates compiler errors.&lt;/P&gt;

&lt;P&gt;What one should do ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Oct 2016 11:48:08 GMT</pubDate>
    <dc:creator>LRaim</dc:creator>
    <dc:date>2016-10-01T11:48:08Z</dc:date>
    <item>
      <title>unable to compile/link Pardiso in IF16</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098127#M23677</link>
      <description>&lt;P&gt;Using IF15, in a subroutine I make a call to Pardiso with mkl_pardiso.f77' and everything was OK.&lt;/P&gt;

&lt;P&gt;Now with IF16 upd 4 the compilers is unable to include mkl_pardiso.f77.&lt;/P&gt;

&lt;P&gt;Both include documented in the user reference manual i.e.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;include mkl.fi&lt;/LI&gt;
	&lt;LI&gt;include mkl_pardiso.f90&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;generates compiler errors.&lt;/P&gt;

&lt;P&gt;What one should do ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 11:48:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098127#M23677</guid>
      <dc:creator>LRaim</dc:creator>
      <dc:date>2016-10-01T11:48:08Z</dc:date>
    </item>
    <item>
      <title>yes, All F77 header files</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098128#M23678</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;yes,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;All F77 header files which were removed from MKL since v.11.3 beta, because of F90 is superset of F77. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;*.f90 and *.fi header files can be used instead of *.F77.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;All supported Fortran compilers ( PGI, Intel and GNU ) have F90 support.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;We announced that into &lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-113-release-notes" style="font-size: 1em;"&gt;Release Notes&lt;/A&gt;&lt;SPAN style="font-size: 1em;"&gt;. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Oct 2016 14:51:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098128#M23678</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-10-01T14:51:25Z</dc:date>
    </item>
    <item>
      <title>HI there,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098129#M23679</link>
      <description>&lt;P&gt;HI there,&lt;/P&gt;

&lt;P&gt;I am using IVF 2017 upd 1 right now and I encountered the same issues.&lt;/P&gt;

&lt;P&gt;If I used mkl_pardiso.f90, the compiler complained about "error #6218: This statement is positioned incorrectly and/or has syntax errors" regarding the module definition of MKL_PARDISO_PRIVATE at the beginning of mkl_pardiso.f90. If I used mkl_pardiso.fi, the compiler complained about the "&amp;amp;" (the continuation mark in F90) since I am mainly using F77 format in the compiler. I can certainly change mkl_pardiso.fi or mkl_pardiso.f90 to try to make the compilation work, however, I think that this is not very desired if I tried to make my program be deployable.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 18:19:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098129#M23679</guid>
      <dc:creator>FengR</dc:creator>
      <dc:date>2017-01-04T18:19:44Z</dc:date>
    </item>
    <item>
      <title>Compile mkl_pardiso.f90 by</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098130#M23680</link>
      <description>&lt;P&gt;Compile mkl_pardiso.f90 by itself; that will produce the module files that can be used in your code. If you INCLUDE mkl_pardiso.f90, make sure that the INCLUDE line is not inside a program unit.&lt;/P&gt;

&lt;P&gt;The file mkl_pardiso.fi, on the other hand, is designed to be included inside a program unit (module, main program, subroutine or function, as appropriate), provided that the host file is in fixed form. I suggest that you avoid mkl_pardiso.fi altogether, and to your sources add USE mkl_pardiso instead.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 01:14:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/unable-to-compile-link-Pardiso-in-IF16/m-p/1098130#M23680</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2017-01-05T01:14:26Z</dc:date>
    </item>
  </channel>
</rss>

