<?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 Re: Modules, COMMON, and PUBLIC in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977842#M25404</link>
    <description>Try the 6.6A update.  If the problem persists, send a problem description and example to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Wed, 19 Dec 2001 03:56:38 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2001-12-19T03:56:38Z</dc:date>
    <item>
      <title>Modules, COMMON, and PUBLIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977841#M25403</link>
      <description>I recompiled a program that had reliably given me 0 warnings and 0 errors on a full build for many months now using CVF v6.5a.  I get 251 errors with  CVF v6.6.  Variables in a COMMON statement in a MODULE are no longer defined in program blocks where I USE the MODULE.  I note that some error was fixed regarding MODULEs and COMMON, but I didn't think I was doing anything wrong????</description>
      <pubDate>Wed, 19 Dec 2001 03:40:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977841#M25403</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-12-19T03:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modules, COMMON, and PUBLIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977842#M25404</link>
      <description>Try the 6.6A update.  If the problem persists, send a problem description and example to vf-support@compaq.com&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 19 Dec 2001 03:56:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977842#M25404</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-12-19T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modules, COMMON, and PUBLIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977843#M25405</link>
      <description>I think this program will demonstrate the problem I was having going from  &lt;BR /&gt;CVF6.5 to CVF6.6/CVF6.6.A: with 6.5 I had a clean build and with 6.6 I had  &lt;BR /&gt;over 250 errors (all complaints that variables were undeclared).  &lt;BR /&gt;  &lt;BR /&gt;------   File A.f   ------  &lt;BR /&gt;      MODULE A  &lt;BR /&gt;  &lt;BR /&gt;      USE B             ! Goes away if not nested  &lt;BR /&gt;  &lt;BR /&gt;      PRIVATE           ! Goes away if not PRIVATE  &lt;BR /&gt;      PUBLIC :: X       ! Goes away if no PUBLIC  &lt;BR /&gt;  &lt;BR /&gt;      END MODULE A  &lt;BR /&gt;  &lt;BR /&gt;------   File B.f   ------  &lt;BR /&gt;      MODULE B  &lt;BR /&gt;  &lt;BR /&gt;      INTEGER I  &lt;BR /&gt;  &lt;BR /&gt;      COMMON /C/ I   ! Goes away if not in COMMON  &lt;BR /&gt;  &lt;BR /&gt;      END MODULE B  &lt;BR /&gt;  &lt;BR /&gt;------   File Main.f   ------  &lt;BR /&gt;      PROGRAM MAIN  &lt;BR /&gt;  &lt;BR /&gt;      USE A    ! Goes away if no nesting or if USE order reversed  &lt;BR /&gt;      USE B  &lt;BR /&gt;  &lt;BR /&gt;      IMPLICIT NONE  &lt;BR /&gt;  &lt;BR /&gt;      NAMELIST /N/ I  &lt;BR /&gt;  &lt;BR /&gt;      STOP  &lt;BR /&gt;  &lt;BR /&gt;	   END PROGRAM MAIN  &lt;BR /&gt;  &lt;BR /&gt;One of the things that I realize now is that I should have redesigned the  &lt;BR /&gt;use of COMMON when I started learning to use MODULE.  But, I don't think  &lt;BR /&gt;that there is anything wrong about the use here.  &lt;BR /&gt;  &lt;BR /&gt;Mike__</description>
      <pubDate>Tue, 15 Jan 2002 07:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977843#M25405</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-01-15T07:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modules, COMMON, and PUBLIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977844#M25406</link>
      <description>In the message I just posted, the Main.f should have two lines that say &lt;BR /&gt;USE A &lt;BR /&gt;USE B &lt;BR /&gt;The lines were run together in the posting.</description>
      <pubDate>Tue, 15 Jan 2002 07:36:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977844#M25406</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-01-15T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Modules, COMMON, and PUBLIC</title>
      <link>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977845#M25407</link>
      <description>I get no errors building this with 6.6A.  Please send a ZIP archive of your project, along with a copy of BUGREPRT.TXT filled out (you'll find it in the DF98 folder, or use the VF Reporter tool), to us at vf-support@compaq.com - we'll investigate further.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 16 Jan 2002 02:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Modules-COMMON-and-PUBLIC/m-p/977845#M25407</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-01-16T02:56:40Z</dc:date>
    </item>
  </channel>
</rss>

