<?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 Help for Quickwin using Intel Fortran in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801298#M37825</link>
    <description>I have a simple Quickwin Fortran program that can be compiled by CVF 6.6 without any program. However, I always get the error in Intel Fortran 7.0. The major error is&lt;BR /&gt;&lt;BR /&gt;Error FCE37 : Module DFLIB not found&lt;BR /&gt;&lt;BR /&gt;Could anyone give me help. Many thanks.</description>
    <pubDate>Thu, 26 Jun 2003 15:29:51 GMT</pubDate>
    <dc:creator>shenhawju</dc:creator>
    <dc:date>2003-06-26T15:29:51Z</dc:date>
    <item>
      <title>Help for Quickwin using Intel Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801298#M37825</link>
      <description>I have a simple Quickwin Fortran program that can be compiled by CVF 6.6 without any program. However, I always get the error in Intel Fortran 7.0. The major error is&lt;BR /&gt;&lt;BR /&gt;Error FCE37 : Module DFLIB not found&lt;BR /&gt;&lt;BR /&gt;Could anyone give me help. Many thanks.</description>
      <pubDate>Thu, 26 Jun 2003 15:29:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801298#M37825</guid>
      <dc:creator>shenhawju</dc:creator>
      <dc:date>2003-06-26T15:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Quickwin using Intel Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801299#M37826</link>
      <description>In Intel Fortran 7.x, you need to replace USE DFLIB with&lt;BR /&gt;&lt;BR /&gt;INCLUDE 'FLIB.FD'&lt;BR /&gt;&lt;BR /&gt;You may find some other changes are needed - Intel Fortran 7.x's QuickWin implementation is somewhat different from CVF's.  This will all be reconciled in the future Intel Visual Fortran.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 26 Jun 2003 21:57:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801299#M37826</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-06-26T21:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Quickwin using Intel Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801300#M37827</link>
      <description>...or, nicer, do it yourself:&lt;BR /&gt;&lt;BR /&gt;MODULE DFLIB&lt;BR /&gt;INCLUDE "FLIB.FD"&lt;BR /&gt;END MODULE DFLIB&lt;BR /&gt;&lt;BR /&gt;when/if porting to CVF/IVF, just remove the module above from the project.&lt;BR /&gt;&lt;BR /&gt;Jugoslav</description>
      <pubDate>Thu, 26 Jun 2003 22:32:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801300#M37827</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2003-06-26T22:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help for Quickwin using Intel Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801301#M37828</link>
      <description>No - this won't work. IF 7.1 will refuse to compile it because it disallows STRUCTURE/RECORD in MODULEs.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 26 Jun 2003 23:18:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-for-Quickwin-using-Intel-Fortran/m-p/801301#M37828</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-06-26T23:18:10Z</dc:date>
    </item>
  </channel>
</rss>

