<?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 ifport module raise EOF error message in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140620#M137086</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;In my fortran code, I am using ifport module (`use ifport`); but I get the following error message when compiling with GCC-6.3.0:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fatal Error: Reading module 'ifport' at line 1 column 2: Unexpected EOF&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have installed intel composer_xe_2013_sp1.5.212. My linux os is debian 9. Is there anyway to solve this ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Why don't I use ifort ? Because sometimes when I compile my code I can't access my license manager &lt;SPAN style="font-size: 13.008px;"&gt;server&lt;/SPAN&gt;.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 11:17:13 GMT</pubDate>
    <dc:creator>GUÉNET__Thomas</dc:creator>
    <dc:date>2018-06-14T11:17:13Z</dc:date>
    <item>
      <title>ifport module raise EOF error message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140620#M137086</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;In my fortran code, I am using ifport module (`use ifport`); but I get the following error message when compiling with GCC-6.3.0:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fatal Error: Reading module 'ifport' at line 1 column 2: Unexpected EOF&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I have installed intel composer_xe_2013_sp1.5.212. My linux os is debian 9. Is there anyway to solve this ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Why don't I use ifort ? Because sometimes when I compile my code I can't access my license manager &lt;SPAN style="font-size: 13.008px;"&gt;server&lt;/SPAN&gt;.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140620#M137086</guid>
      <dc:creator>GUÉNET__Thomas</dc:creator>
      <dc:date>2018-06-14T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Module ifport is provided</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140621#M137087</link>
      <description>&lt;P&gt;Module ifport is provided only by Intel Fortran and is usable only by Intel Fortran. Modules compiled by one compiler can't be used by another.&lt;/P&gt;

&lt;P&gt;gfortran probably provides some or all of the routines you're using from ifport, made available some other way - look in its documentation for details.&lt;/P&gt;

&lt;P&gt;If you need help with licensing, you'll need to submit a request at&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;&lt;A href="https://supporttickets.intel.com/?lang=en-US" target="_blank"&gt;https://supporttickets.intel.com/?lang=en-US&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:41:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140621#M137087</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2018-06-14T14:41:16Z</dc:date>
    </item>
    <item>
      <title>I understood, ifport is used</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140622#M137088</link>
      <description>&lt;P&gt;I understood, ifport is used to make some subroutine portable to or from windows to other platforme. In my case I just did not need it for linux hence, I surrounded the call of the module by&lt;/P&gt;

&lt;P&gt;#ifdef _WIN32&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; use ifport&lt;BR /&gt;
	#endif&lt;/P&gt;

&lt;P&gt;to make it compilable on both platforms.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:53:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ifport-module-raise-EOF-error-message/m-p/1140622#M137088</guid>
      <dc:creator>GUÉNET__Thomas</dc:creator>
      <dc:date>2018-06-15T08:53:08Z</dc:date>
    </item>
  </channel>
</rss>

