<?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 Variables (defined in Module) cannot be viewed after clean solu in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808244#M41310</link>
    <description>Hi Jim,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I added the option in Linker and checked the build log. It seems that all source files are linked. I found the module files.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But still the problem exists, I can't view them directly during debug.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What is the lines in the build log means:&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;PRE&gt;/VERBOSE:LIB &amp;amp;quotx64\Debug/muc_mod_td.obj", ....etc. (There are many other information like this and sometimes it is the subroutine files'&lt;/PRE&gt;&lt;PRE&gt;muc_mod_td is my source file for the module where I defined all the variables.&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;Thanks&lt;/PRE&gt;&lt;PRE&gt;--&lt;/PRE&gt;&lt;PRE&gt;Lan&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Oct 2010 22:05:58 GMT</pubDate>
    <dc:creator>lan0907</dc:creator>
    <dc:date>2010-10-13T22:05:58Z</dc:date>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solution and project</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808231#M41297</link>
      <description>&lt;DIV&gt;Dear all,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Sorry for the second thread on similar problem as I posted yesterday. This morning I tried different solutions. Here I want to describe the problem in a better way.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;So here is the problem&lt;/B&gt;:&lt;/DIV&gt;&lt;DIV&gt;I am now working on a huge Fortran project (code) which contains numerous variables and subroutines. I made a copy of the original project, and changed several lines in one subroutine. Then I started debugging. Everything runs correctly from beginning to the end. The only thing is now I cannot view the variables defined in the module file. However, in the original project (code), this does not happen.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When I tried to debug the my COPIED Fortran code using breakpoint in the one of the subroutine, I can only view the local variables for the global ones (defined in the module) the debugger gave me message as 'cannot view register variables'.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;&lt;SPAN style="text-decoration: underline;"&gt;CAUSE:&lt;/SPAN&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;I tried to use the original project file which can view the variables and change some lines. Up till this point, everything is fine. Project run correctly and I can view all the variables. Then I clicked the clean solution and clean project. After that, I tried to debug again. The problem appeared again?!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Who knows why and how can I solve this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;Example:&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;module A&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;integer:: x&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;end module&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;subroutine B&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;use A&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;integer:: y&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;.....&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;end subroutine B&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;So I set some breakpoints in subroutine B. I can view values for y, but for x the debugger gave me the error message.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;B&gt;Solutions Tried so far:&lt;/B&gt;&lt;/DIV&gt;&lt;DIV&gt;1. I compared 'project/property' for the original project and the copied one for everything. They are the SAME!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;2. Then I tried to create a new project, and add all the source files into that. The code run correctly, but still I can't view the variables defined in the module?!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I am using Fortran Complier 10.0.027 and Visual Studio 2005.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance.&lt;/DIV&gt;&lt;DIV&gt;--&lt;/DIV&gt;&lt;DIV&gt;Lan&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;module Ainteger:: xend modulesubroutine Buse Ainteger:: y.....end subroutine BSo I set some breakpoints in subroutine B. I can view values for y, but for x the debugger gave me the error message.</description>
      <pubDate>Tue, 12 Oct 2010 17:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808231#M41297</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-12T17:21:59Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808232#M41298</link>
      <description>&amp;gt;&amp;gt;'cannot view register variables'.&lt;BR /&gt;&lt;BR /&gt;This means that you are not using the Debug build of the module (and project) or that you optimized the debug build.&lt;BR /&gt;&lt;BR /&gt;The debugger, especially withthe older IVF version you have, has problems examining variables that have been registerized. Using any level of optimization will registerize some variables.&lt;BR /&gt;&lt;BR /&gt;You can vary the optimization options on a per file basis. You would do this late in debugging when you wish to cut down on the run time for the source files already debugged. However, when you debug a source file that contains a USE yourModuleHere you must link with the debug version of the.MOD and .OBJ file for that mod file when present.&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey</description>
      <pubDate>Tue, 12 Oct 2010 18:22:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808232#M41298</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-12T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808233#M41299</link>
      <description>Also, in the VS debugger, try scoping the module&lt;BR /&gt;&lt;BR /&gt; A::x&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 12 Oct 2010 18:24:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808233#M41299</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-12T18:24:17Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808234#M41300</link>
      <description>Thanks for the reply. I am sure that I am using debug mode.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;One question here is cone to link with the debug version of the .MOD and .OBJ files?&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Oct 2010 19:07:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808234#M41300</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-12T19:07:48Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808235#M41301</link>
      <description>Hi Lan&lt;BR /&gt;&lt;BR /&gt;I believe that you will need .mod and .obj built with the debug options.&lt;BR /&gt;&lt;BR /&gt;Abhi</description>
      <pubDate>Tue, 12 Oct 2010 20:25:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808235#M41301</guid>
      <dc:creator>abhimodak</dc:creator>
      <dc:date>2010-10-12T20:25:14Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808236#M41302</link>
      <description>The .mod is an input to the compiler only and is not involved in debugging.</description>
      <pubDate>Tue, 12 Oct 2010 21:08:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808236#M41302</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-10-12T21:08:31Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808237#M41303</link>
      <description>OK, I am confused about all the discussions on .mod and .obj now. Is there any direct instructions on how to set them before I start to debug?&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Oct 2010 22:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808237#M41303</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-12T22:05:26Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808238#M41304</link>
      <description>I don't know what you want to "set". If you build the application in a Debug configuration, all the necessary settings are applied. I wonder if in your "copying" you are still using some pieces from the original project.&lt;BR /&gt;&lt;BR /&gt;You are using an old version that does not provide for "simple" view of module variables. The modname::varname syntax Jim describes works if you type it in a Watch window.</description>
      <pubDate>Wed, 13 Oct 2010 01:38:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808238#M41304</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-10-13T01:38:15Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808239#M41305</link>
      <description>Hi Lan,&lt;BR /&gt;&lt;BR /&gt;You try compiling the project (in debug mode) without any optimization (/Od). Youshould be able to view all the variables. You can set this at Project property pages&amp;gt;Fortran&amp;gt; Optimization.&lt;BR /&gt;&lt;BR /&gt;Krishna</description>
      <pubDate>Wed, 13 Oct 2010 02:06:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808239#M41305</guid>
      <dc:creator>krishnabc</dc:creator>
      <dc:date>2010-10-13T02:06:10Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808240#M41306</link>
      <description>With the modname:: varname typed in the watch window, now I can view all the variables.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Still confusing why it happened. I am not using some pieces from the original project, but using 99% of the original project.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Anyway, thanks for all replies from everyone. I was in a little rush status when I read the solutions in the afternoon. Sorry for that.&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Oct 2010 03:51:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808240#M41306</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-13T03:51:09Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808241#M41307</link>
      <description>&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I am back with the new maybe 'simple' question. By the way, I am sure optimization is disabled.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;As some of you mentioned, the code is not linked with .MOD and .OBJ. I found that in the 'Project Properties\general', under 'extension to delete on clean', there is *.obj, *.mod, and a lot of other stuffs. Is that the cause for the problem?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The following up question is how to link them back?&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Oct 2010 03:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808241#M41307</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-13T03:59:21Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808242#M41308</link>
      <description>It is normal for those files to be there following a build. You don't have to do anything about it.</description>
      <pubDate>Wed, 13 Oct 2010 15:46:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808242#M41308</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-10-13T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808243#M41309</link>
      <description>&lt;EM&gt;&amp;gt;&amp;gt;As some of you mentioned, the code is not linked with .MOD and .OBJ. I found that in the 'Project Properties\general', under 'extension to delete on clean', there is *.obj, *.mod, and a lot of other stuffs. Is that the cause for the problem?&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;"Clean" will delete the files that you build. It will not delete files that are in your include path nor lib path nor other additional paths or dependenciesthat can be set in the project.&lt;BR /&gt;&lt;BR /&gt;In the project settings for the Linker, add option VERBOSE:LIB&lt;BR /&gt;&lt;BR /&gt;Then perform "Rebuild all"&lt;BR /&gt;&lt;BR /&gt;after build, Ctrl-Click on link to build log, examine log for what was linked in with respec to the module code in question. This should show you the path of what was loaded *** and missingwhat was not loaded.&lt;BR /&gt;&lt;BR /&gt;I suspect that the currently built .obj file for the .mod file might not be loaded as the function code symbol had been resolved by something else loaded earlier (which has variable registerized).&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey</description>
      <pubDate>Wed, 13 Oct 2010 16:58:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808243#M41309</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-13T16:58:28Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808244#M41310</link>
      <description>Hi Jim,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I added the option in Linker and checked the build log. It seems that all source files are linked. I found the module files.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;But still the problem exists, I can't view them directly during debug.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;What is the lines in the build log means:&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;PRE&gt;/VERBOSE:LIB &amp;amp;quotx64\Debug/muc_mod_td.obj", ....etc. (There are many other information like this and sometimes it is the subroutine files'&lt;/PRE&gt;&lt;PRE&gt;muc_mod_td is my source file for the module where I defined all the variables.&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;Thanks&lt;/PRE&gt;&lt;PRE&gt;--&lt;/PRE&gt;&lt;PRE&gt;Lan&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Oct 2010 22:05:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808244#M41310</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-13T22:05:58Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808245#M41311</link>
      <description>Lan,&lt;BR /&gt;&lt;PRE&gt;[bash]module A
integer:: x
end module
subroutine B
use A
integer:: y
.....
end subroutine B
So I set some breakpoints in subroutine B. I can view values for y, but for x the debugger gave me the error message.
[/bash]&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;When at break point in subroutine B, did you try entering&lt;BR /&gt;&lt;BR /&gt; A::x&lt;BR /&gt;&lt;BR /&gt;As the variable name in the watch window?&lt;BR /&gt;&lt;BR /&gt;"::" is a scoping directive to the Debugger symbol lookup function&lt;BR /&gt;&lt;BR /&gt;You still should not have seen variable was registerized without scope operator.&lt;BR /&gt;If x not visible then the error message should have been "variable not found"&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2010 22:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808245#M41311</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2010-10-13T22:15:53Z</dc:date>
    </item>
    <item>
      <title>Variables (defined in Module) cannot be viewed after clean solu</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808246#M41312</link>
      <description>&lt;DIV&gt;Hi Jim,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;Yes, by typing A::x in the watch window I can view the value for x.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Previously, I can view the x directly in the code when I move the mouse pointing x. Just want to understand, why this is happening.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;--&lt;/DIV&gt;&lt;DIV&gt;Lan&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Oct 2010 00:54:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Variables-defined-in-Module-cannot-be-viewed-after-clean/m-p/808246#M41312</guid>
      <dc:creator>lan0907</dc:creator>
      <dc:date>2010-10-14T00:54:42Z</dc:date>
    </item>
  </channel>
</rss>

