<?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: watching global variables in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868304#M71399</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;A onclick="ndownload('http://software.intel.com/file/10882')"&gt;FE1.F90&lt;/A&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414625"&gt;alexrozen&lt;/A&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;I have attached the screenshot and the smalltest case.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sorry, did not attached files in the previous message :(</description>
    <pubDate>Thu, 12 Feb 2009 08:53:46 GMT</pubDate>
    <dc:creator>alexrozen</dc:creator>
    <dc:date>2009-02-12T08:53:46Z</dc:date>
    <item>
      <title>watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868290#M71385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm using IFC10.0 and Visual Studio 2005 Profesional. During debugging of the code I'm able to watch local variables but not the global ones. Is there a way to watch them?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:52:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868290#M71385</guid>
      <dc:creator>wg205</dc:creator>
      <dc:date>2008-10-14T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868291#M71386</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;If they are module variables, you can use the syntax modname::varname in a watch window.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:49:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868291#M71386</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-14T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868292#M71387</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;Can you provide some additional source code context or perhaps small example that offers insight into the declaration of these global variables?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;It would be helpful to know the package id for your 10.0 compiler, or the Build Date of the actual compiler (disable: &lt;STRONG&gt;Properties &amp;gt; Fortran &amp;gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;STRONG&gt;General &amp;gt; Suppress Startup Banner&lt;/STRONG&gt;) and re-compile a single source file,&lt;/SPAN&gt; or at least the version of the Intel Visual Fortran compiler integrations with Visual Studio accessible via: &lt;STRONG style="mso-bidi-font-weight: normal;"&gt;Help &amp;gt;About&lt;/STRONG&gt; (under the MSVS IDE)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 8.5pt; font-family: Verdana; mso-bidi-font-family: Arial;"&gt;If it is convenient, you might also try a newer IVF 10.1 release (specifically 10.1.025) available from the &lt;SPAN style="color: black;"&gt;Intel Registration &lt;A href="https://registrationcenter.intel.com" target="_blank"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Oct 2008 13:53:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868292#M71387</guid>
      <dc:creator>Kevin_D_Intel</dc:creator>
      <dc:date>2008-10-14T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868293#M71388</link>
      <description>&lt;P&gt;After some trials I found that I can watch global variables if the module where they are declared is plugged directly into subroutine instead of having use statement for whole module. eg&lt;BR /&gt;&lt;BR /&gt;I can watch variables declared in config_module in such construction:&lt;BR /&gt;&lt;BR /&gt; module boggitt_module &lt;BR /&gt; implicit none&lt;BR /&gt; contains&lt;BR /&gt; subroutine set_boggitt(idnode)&lt;BR /&gt; use config_module&lt;BR /&gt; implicit none&lt;BR /&gt;&lt;BR /&gt; (...)&lt;BR /&gt;&lt;BR /&gt; end subroutine set_boggitt&lt;BR /&gt;&lt;BR /&gt; end module boggitt_module&lt;BR /&gt;&lt;BR /&gt;and I can't do that if use statment is outside the subroutine:&lt;BR /&gt;&lt;BR /&gt; module boggitt_module&lt;BR /&gt;&lt;BR /&gt; use config_module&lt;BR /&gt; implicit none&lt;BR /&gt; contains&lt;BR /&gt; subroutine set_boggitt(idnode)&lt;BR /&gt; implicit none&lt;BR /&gt;&lt;BR /&gt; (...)&lt;BR /&gt;&lt;BR /&gt; end subroutine set_boggitt&lt;BR /&gt;&lt;BR /&gt; end module boggitt_module&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In this way variables declared module wide are not watchable.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This solution: modname::varname in a watch window allows me to track module variables, although it is not that convenient like the ones for local variables.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2008 10:51:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868293#M71388</guid>
      <dc:creator>wg205</dc:creator>
      <dc:date>2008-10-15T10:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868294#M71389</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Up through version 10.1, you could not view "uplevel referenced" variables in the debugger. This is fixed in version 11.0, to be released in November.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2008 14:23:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868294#M71389</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-15T14:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868295#M71390</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;I am strugging with the same problem, all my global arrays are defined in a module, but I can't watch the arrays.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;I moved the use assoc from the module header to the subroutine body (same as you did), but I still can't watch the global data, apart from inserting the module name before the array name. Does this work in general or is it by accident that you can watch now your data.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Any idea what I am doing wrong ?&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Bye,&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;Antoon&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Oct 2008 05:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868295#M71390</guid>
      <dc:creator>Antoon</dc:creator>
      <dc:date>2008-10-22T05:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868296#M71391</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Up through version 10.1, you could not view "uplevel referenced" variables in the debugger. This is fixed in version 11.0, to be released in November.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Dear Steve,&lt;/P&gt;
&lt;P&gt;I just tried the latest version of 11.0 (i.e. 11.0.066) to see whether this problem is indeed solved. Me and many of my collegues find it impractical not to be able to view "uplevel referenced" variables during debugging. Since we bought version 10.1 I could only install 11.0 only as an evaluation version, but the problem still seems to be present. Are additional settings required? And will there also be a fix for version 10.1?&lt;/P&gt;
&lt;P&gt;Regards Arjen&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2008 13:43:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868296#M71391</guid>
      <dc:creator>sjors</dc:creator>
      <dc:date>2008-12-01T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868297#M71392</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;The problem is fixed in 11.0. It's possible that you are not using the 11.0 compiler - go to Tools &amp;gt; Options &amp;gt; Intel Visual Fortran &amp;gt; Compilers and make sure that 11.0 is selected. This fix required major changes to several parts of the compiler and will not be retrofitted to 10.1.&lt;/P&gt;
&lt;P&gt;If you have a test case where this still doesn't work, I'd like to see it.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2008 15:45:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868297#M71392</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-12-01T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868298#M71393</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;The problem is fixed in 11.0. It's possible that you are not using the 11.0 compiler - go to Tools &amp;gt; Options &amp;gt; Intel Visual Fortran &amp;gt; Compilers and make sure that 11.0 is selected. This fix required major changes to several parts of the compiler and will not be retrofitted to 10.1.&lt;/P&gt;
&lt;P&gt;If you have a test case where this still doesn't work, I'd like to see it.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;I upgraded to V11.0 last week on the advice of Premier Support, precisely because of this issue. I found that, in V11.0, the issue was fixed for my simple test program which had a small number of variables held in a single module.&lt;/P&gt;
&lt;P&gt;However, for my main application (a multi-module DLL), I find that I can view scalar module variables but not arrays. I have checked carefully to see that the V11.0 compiler is invoked, and the behavior is certainly different from before because in 10.1 I couldn't even view scalar module variables in the debugger.&lt;/P&gt;
&lt;P&gt;I'm wondering if it's something to do with the fact that my project was automatically converted to a V11.0 project, whereas my test program was built as a 'native' V11.0 project. I suggested this possibility to Premier Support when I wrote up the issue on Tuesday last week, but so far I haven't heard back from them. For the time being I'm doing my normal workaround, which is to make local copies of allthe module variables that I want to watch. It's ugly, but it gets me there for now.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2008 17:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868298#M71393</guid>
      <dc:creator>eos_pengwern</dc:creator>
      <dc:date>2008-12-01T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868299#M71394</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;Conversion of the project is not relevant. Did you supply to Premier Support a test case that shows the problem in 11.0?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2008 19:12:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868299#M71394</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-12-01T19:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868300#M71395</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Conversion of the project is not relevant. Did you supply to Premier Support a test case that shows the problem in 11.0?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Not yet; I haven't been able to come up with a medium-size application that shows the problem; I'll send them the whole DLL if they ask, but only if they ask.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2008 19:49:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868300#M71395</guid>
      <dc:creator>eos_pengwern</dc:creator>
      <dc:date>2008-12-01T19:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868301#M71396</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;The problem is fixed in 11.0. It's possible that you are not using the 11.0 compiler - go to Tools &amp;gt; Options &amp;gt; Intel Visual Fortran &amp;gt; Compilers and make sure that 11.0 is selected. This fix required major changes to several parts of the compiler and will not be retrofitted to 10.1.&lt;/P&gt;
&lt;P&gt;If you have a test case where this still doesn't work, I'd like to see it.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Dear Steve,&lt;/P&gt;
&lt;P&gt;I already uninstalled the test version of 11.0 but I tried again, and it seems I checked a couple of global variables that were actually parameters; the rest seems to work fine. If we decide to switch from 10.1 to 11.0 we need to buy update support again, of which we just ran out. If I have to convince my manager to buy about 10 licenses I need to come up with a bit more than the ability to finally watch your global variables. The list of new features don't show me things that we specifically use, but I sometimes use the Module Wizard and we are interested in using the two CPU's of our duo core computers. The module wizard has been updated, but what are the differences? The answers to these questions might help me convince my manager to buy new support again, but if I should ask the questions somewhere else, let me know.&lt;/P&gt;
&lt;P&gt;Cheers Arjen&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2008 06:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868301#M71396</guid>
      <dc:creator>sjors</dc:creator>
      <dc:date>2008-12-05T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868302#M71397</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;I am not aware of any general changes to the Module Wizard. We did fix a problem (if I recall correctly) in the automation library where INTEGER*1 arguments were not supported.&lt;/P&gt;
&lt;P&gt;We made a long list of improvements, including performance, as well as bug fixes in version 11. We're no longer fixing bugs in version 10.1 except for extremely serious problems that block major applications from building, so if you encounter problems with 10.1 your options will be limited (actually more limited since your support expired). You'll have to make the case to your manager as to whether or not to extend the support term.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2008 13:53:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868302#M71397</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-12-05T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868303#M71398</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;The problem is fixed in 11.0. &lt;BR /&gt;If you have a test case where this still doesn't work, I'd like to see it.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;We have checked this issue yesterday. After 10.1 -&amp;gt; 11.0 upgrade (10.1 compiler was totally uninstalled) we got out, that about half of module variablesare nowshowing their values during debug. But not all of them. I can't find the criteria.&lt;BR /&gt;I have attached the screenshot and the smalltest case.</description>
      <pubDate>Thu, 12 Feb 2009 08:47:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868303#M71398</guid>
      <dc:creator>alexrozen</dc:creator>
      <dc:date>2009-02-12T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868304#M71399</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;A onclick="ndownload('http://software.intel.com/file/10882')"&gt;FE1.F90&lt;/A&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414625"&gt;alexrozen&lt;/A&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;I have attached the screenshot and the smalltest case.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Sorry, did not attached files in the previous message :(</description>
      <pubDate>Thu, 12 Feb 2009 08:53:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868304#M71399</guid>
      <dc:creator>alexrozen</dc:creator>
      <dc:date>2009-02-12T08:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868305#M71400</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hmm - seems to work for me using 11.0.066.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 14:22:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868305#M71400</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-02-12T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868306#M71401</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hmm - seems to work for me using 11.0.066.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Really strange... The same I have installed.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 16 Feb 2009 09:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868306#M71401</guid>
      <dc:creator>alexrozen</dc:creator>
      <dc:date>2009-02-16T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868307#M71402</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hmm - seems to work for me using 11.0.066.&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Ok. I have got the trick. Aftersolution rebuilding all began to work fine. The test case was imported from Fortran-10.1-charged PC, so it was my shame.&lt;BR /&gt;&lt;BR /&gt;But now I have the sample with alittle more tricky behaviour. "Here it works, but there does not".&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 17 Feb 2009 06:52:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868307#M71402</guid>
      <dc:creator>alexrozen</dc:creator>
      <dc:date>2009-02-17T06:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868308#M71403</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Interesting. I can reproduce that and will send it on to the developers for them to look at.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2009 17:45:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868308#M71403</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-02-17T17:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: watching global variables</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868309#M71404</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Interesting. I can reproduce that and will send it on to the developers for them to look at.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;We still hope it to be fixed.</description>
      <pubDate>Tue, 28 Apr 2009 06:05:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/watching-global-variables/m-p/868309#M71404</guid>
      <dc:creator>alexrozen</dc:creator>
      <dc:date>2009-04-28T06:05:49Z</dc:date>
    </item>
  </channel>
</rss>

