<?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 Module variable visible even though not USE'd in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792127#M33266</link>
    <description>Well, all the debug information is combined in the object file. but the debugger ought to keep these distinct. Can you show us a small test case that demonstrates the pronblem?</description>
    <pubDate>Sun, 07 Nov 2010 22:29:37 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2010-11-07T22:29:37Z</dc:date>
    <item>
      <title>Module variable visible even though not USE'd</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792126#M33265</link>
      <description>I have 100's of modules, all in one file, ALLMODU.FOR&lt;BR /&gt;&lt;BR /&gt;I USE only the modules I need, however I can "see" in the debugger variables in other modules. Why / how is this possible? eg. I have a allocatable array called SNAME in a new module called PVT_MODULE which I check is unallocated before I allocate it. However when I step into this code, SNAME is already allocated. It turns out there is another variable called SNAME in another module I am not USEing. I'm confused why this one is being refered to, not the one in my new module.</description>
      <pubDate>Sun, 07 Nov 2010 17:49:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792126#M33265</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2010-11-07T17:49:06Z</dc:date>
    </item>
    <item>
      <title>Module variable visible even though not USE'd</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792127#M33266</link>
      <description>Well, all the debug information is combined in the object file. but the debugger ought to keep these distinct. Can you show us a small test case that demonstrates the pronblem?</description>
      <pubDate>Sun, 07 Nov 2010 22:29:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792127#M33266</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-11-07T22:29:37Z</dc:date>
    </item>
    <item>
      <title>Module variable visible even though not USE'd</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792128#M33267</link>
      <description>I tried but it works fine in my small test case. In the meantime I renamed the variable in my module, although it's disconcerting that variables in unUSEd modules make it into the subroutine.</description>
      <pubDate>Mon, 08 Nov 2010 20:26:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Module-variable-visible-even-though-not-USE-d/m-p/792128#M33267</guid>
      <dc:creator>ferrad01</dc:creator>
      <dc:date>2010-11-08T20:26:31Z</dc:date>
    </item>
  </channel>
</rss>

