<?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: Cannot view register variable in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874999#M73538</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;BR /&gt;That doesn't show me a compile, just the link.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I must not have copied the whole BuildLog.htm&lt;BR /&gt;&lt;BR /&gt;------ Build started: Project: new display, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Fortran Compiler 10.0.025 [IA-32]...&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09Tiff.f90"&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09Batch.f90"&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09listmode.f90"&lt;BR /&gt;Linking...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Jan 2010 18:12:10 GMT</pubDate>
    <dc:creator>jjfait</dc:creator>
    <dc:date>2010-01-11T18:12:10Z</dc:date>
    <item>
      <title>Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874992#M73531</link>
      <description>I am new to Intel Fortran compiler. When debugging I cannot see the variable values in watch window. It appears "Cannot view register variable". In the compaq compiler I used to work gives any variable value in watch window. Is it possible in Intel to do that? or.. how can I use this debugger?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Mar 2009 23:29:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874992#M73531</guid>
      <dc:creator>nimalcj</dc:creator>
      <dc:date>2009-03-23T23:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874993#M73532</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
It sounds as if you are trying to debug an optimized build. If you are building a debug configuration, make sure that optimization is disabled. CVF would do the same thing.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 00:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874993#M73532</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-03-24T00:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874994#M73533</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;It sounds as if you are trying to debug an optimized build. If you are building a debug configuration, make sure that optimization is disabled. CVF would do the same thing.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks a lot. It helped.</description>
      <pubDate>Tue, 24 Mar 2009 15:50:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874994#M73533</guid>
      <dc:creator>nimalcj</dc:creator>
      <dc:date>2009-03-24T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874995#M73534</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/416162"&gt;nimalcj&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;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thanks a lot. It helped.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I'm having the same issue, even with optimization disabled while debugging. Any clues?</description>
      <pubDate>Mon, 24 Aug 2009 18:46:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874995#M73534</guid>
      <dc:creator>Juan_Carlos_Parra</dc:creator>
      <dc:date>2009-08-24T18:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874996#M73535</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
How certain are you that you have disabled debugging and not reduced the level of debug information? Please attach the buildlog.htm from the build.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Aug 2009 19:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874996#M73535</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-08-24T19:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874997#M73536</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; How certain are you that you have disabled debugging and not reduced the level of debug information? Please attach the buildlog.htm from the build.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hi Steve I'm having problems with this can you help me, thanks.&lt;BR /&gt;&lt;BR /&gt;------ Build started: Project: new display, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Linking...&lt;BR /&gt;Creating temporary file &amp;amp;quotRSP1.rsp" with contents&lt;BR /&gt;[&lt;BR /&gt; /OUT:&amp;amp;quotDebug/new display.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:&amp;amp;quotia32lib" /MANIFEST /MANIFESTFILE:&amp;amp;quotD:DisplayBatchINTEL 9.09debugnew display.exe.intermediate.manifest" /DEBUG /PDB:&amp;amp;quotDebug/new display.pdb" /MAP:&amp;amp;quotDebug/new display.map" /SUBSYSTEM:WINDOWS /STACK:100000000 /MACHINE:I386 &amp;amp;quotDebug/spvalu.obj" &amp;amp;quotDebug/srsolv.obj" &amp;amp;quotDebug/Inside.obj" &amp;amp;quotDebug/strings.obj" &amp;amp;quotDebug/newtonrings.obj" &amp;amp;quotDebug/solve.obj" &amp;amp;quotDebug/Limits.obj" &amp;amp;quotDebugBitmapstuff.obj" &amp;amp;quotDebug/transd.obj" &amp;amp;quotDebug/Descript.obj" &amp;amp;quotDebug/display module.obj" &amp;amp;quotDebug/LZWCompression.obj" &amp;amp;quotDebug/ArealXray.obj" &amp;amp;quotDebug/SaveJDZ.obj" &amp;amp;quotDebug/Rebin.obj" &amp;amp;quotDebug/apply_stripe_correction.obj" &amp;amp;quotDebug/sculpt.obj" &amp;amp;quotDebug/LMT3d.obj" &amp;amp;quotDebug/ZDialog.obj" &amp;amp;quotDebug/Sinogram.obj" &amp;amp;quotDebug/openMPA3.obj" &amp;amp;quotDebug/resolution.obj" &amp;amp;quotDebug/model.obj" &amp;amp;quotDebug/background.obj" &amp;amp;quotDebug/odtodose.obj" &amp;amp;quotDebug/LMTfit.obj" &amp;amp;quotDebug/SaveDialog.obj" &amp;amp;quotDebug/openVox.obj" &amp;amp;quotDebug/Fcalibrate.obj" &amp;amp;quotDebug/TwoDGaussian.obj" &amp;amp;quotDebug/TileGlow.obj" &amp;amp;quotDebug/lmask.obj" &amp;amp;quotDebug/Classify.obj" &amp;amp;quotDebug/CompareC.obj" &amp;amp;quotDebug/MCsetup.obj" &amp;amp;quotDebug/TestObject.obj" &amp;amp;quotDebug/Tiff.obj" &amp;amp;quotDebug/Edge.obj" &amp;amp;quotDebug/PopOpen.obj" &amp;amp;quotDebug/transpose.obj" &amp;amp;quotDebug/projgate.obj" &amp;amp;quotDebug/modelfit.obj" &amp;amp;quotDebug/get_filename.obj" &amp;amp;quotDebug/fft.obj" &amp;amp;quotDebug/area.obj" &amp;amp;quotDebug/rotate.obj" &amp;amp;quotDebug/OpenDialog.obj" &amp;amp;quotDebug/math Dialog.obj" &amp;amp;quotDebug/Batch.obj" &amp;amp;quotDebug/threshold.obj" &amp;amp;quotDebug/graphicsmode.obj" &amp;amp;quotDebug/calibrate.obj" &amp;amp;quotDebug/version.obj" &amp;amp;quotDebug/star_median.obj" &amp;amp;quotDebug/new display.obj" &amp;amp;quotDebug/smooth.obj" &amp;amp;quotDebug/patch.obj" &amp;amp;quotDebug/Mask.obj" &amp;amp;quotDebug/Fcalibrate1.obj" &amp;amp;quotDebug/center.obj" &amp;amp;quotDebug/Normalize.obj" &amp;amp;quotDebug/history.obj" &amp;amp;quotDebug/delimn.obj" &amp;amp;quotDebug/AverageDialog.obj" &amp;amp;quotDebug/xp.obj" &amp;amp;quotDebug/save_filename.obj" &amp;amp;quotDebug/morley.obj" &amp;amp;quotDebug/getputcopy.obj" &amp;amp;quotDebug/flattendialog.obj" &amp;amp;quotDebug/Areal.obj" &amp;amp;quotDebug/TwoColorAreal.obj" &amp;amp;quotDebug/save_stripe_correction.obj" &amp;amp;quotDebug/MC.obj" &amp;amp;quotDebug/closedialog.obj" &amp;amp;quotDebug/BeamShift.obj" &amp;amp;quotDebug/map.obj" &amp;amp;quotDebug/scratch.obj" &amp;amp;quotDebug/GraphRead.obj" &amp;amp;quotDebug/Composite.obj" &amp;amp;quotDebug/AutoBeamShift.obj" &amp;amp;quotDebug/AlignDialog.obj" &amp;amp;quotDebug/volumefit.obj" &amp;amp;quotDebug/listmode.obj" &amp;amp;quotDebug/FCJoiner.obj" &amp;amp;quotDebug/applycalibration.obj" &amp;amp;quotDebug/TransformDialog.obj" &amp;amp;quotDebug/MaterialMask.obj" &amp;amp;quotDebug/Match.obj" &amp;amp;quotDebug/Get_data.obj" &amp;amp;quotDebug/Circle.obj" &amp;amp;quotDebug/yp.obj" &amp;amp;quotDebug/threeD_median.obj" &amp;amp;quotDebug/shift.obj" &amp;amp;quotDebugTwod.obj" &amp;amp;quotDebug/star_correction.obj" &amp;amp;quotDebug/mouse_event.obj" &amp;amp;quotDebug/Goydar.obj" &amp;amp;quotDebuggaussfit.obj" &amp;amp;quotDebug/comment.obj" &amp;amp;quotDebug/Box.obj" &amp;amp;quotDebug/arealdensity.obj" &amp;amp;quotDebug/slide.obj" &amp;amp;quotDebug/McGill.obj" &amp;amp;quotDebug/bitmap.obj" &amp;amp;quotDebug/Annotate.obj" &amp;amp;quotDebug/Slit.obj" &amp;amp;quotDebug/help.obj" &amp;amp;quotDebug/CameraStripe.obj" &amp;amp;quotDebug/autoFcalibrate.obj" &amp;amp;quotDebug/window.obj" &amp;amp;quotDebug/symmetrycorrection.obj" &amp;amp;quotDebug/script.obj" &amp;amp;quotDebug/nodisplay.obj" &amp;amp;quotDebug/Contour.obj" &amp;amp;quotDebug/idd_zscale.res"&lt;BR /&gt;]&lt;BR /&gt;Creating command line &amp;amp;quotLink @&amp;amp;quotD:DisplayBatchINTEL 9.09DebugRSP1.rsp""&lt;BR /&gt;&lt;BR /&gt;Link: executing 'link'&lt;BR /&gt;&lt;BR /&gt;Embedding manifest...&lt;BR /&gt;mt.exe /nologo /outputresource:&amp;amp;quotD:DisplayBatchINTEL 9.09debugnew display.exe;#1" /manifest &amp;amp;quotD:DisplayBatchINTEL 9.09debugnew display.exe.intermediate.manifest"&lt;BR /&gt;&lt;BR /&gt;new display - 0 error(s), 0 warning(s)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 19:18:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874997#M73536</guid>
      <dc:creator>jjfait</dc:creator>
      <dc:date>2010-01-07T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874998#M73537</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;That doesn't show me a compile, just the link.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jan 2010 19:19:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874998#M73537</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-07T19:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874999#M73538</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;BR /&gt;That doesn't show me a compile, just the link.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I must not have copied the whole BuildLog.htm&lt;BR /&gt;&lt;BR /&gt;------ Build started: Project: new display, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Fortran Compiler 10.0.025 [IA-32]...&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09Tiff.f90"&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09Batch.f90"&lt;BR /&gt;ifort /nologo /Zi /Od /QaxN /Qpar_threshold:0 /fpp /Qopenmp /fpscomp:filesfromcmd /align:dcommons /align:sequence /names:uppercase /module:&amp;amp;quotDebug/" /object:&amp;amp;quotDebug/" /traceback /check:bounds /check:arg_temp_created /libs:qwin /dbglibs /c /Qvc8 /Qlocation,link,&amp;amp;quotC:Program FilesMicrosoft Visual Studio 8VCbin" &amp;amp;quotD:DisplayBatchINTEL 9.09listmode.f90"&lt;BR /&gt;Linking...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 18:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/874999#M73538</guid>
      <dc:creator>jjfait</dc:creator>
      <dc:date>2010-01-11T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875000#M73539</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;You say you are new to Intel Visual Fortran, but you are using a three-year-old compiler. I suggest installing the current version 11.1 if you can. If not, please create a new project with your files added to it. Do not change any of the settings (you have added many optimization-type settings to the debug configuration, which is strange) and see if it works for you there. In fact, I'd recommend that in any case. &lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 20:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875000#M73539</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-11T20:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875001#M73540</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;BR /&gt;You say you are new to Intel Visual Fortran, but you are using a three-year-old compiler. I suggest installing the current version 11.1 if you can. If not, please create a new project with your files added to it. Do not change any of the settings (you have added many optimization-type settings to the debug configuration, which is strange) and see if it works for you there. In fact, I'd recommend that in any case. &lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
This is a current big project and I thought I could change a few options to get this to work. I would assume that many of the options were changed for a reason and I'm sure they would not like if I changed all of their options but I guess I could do for myself but I would have to do everytime a new version comes out. A new compiler is not an option at this time.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 20:42:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875001#M73540</guid>
      <dc:creator>jjfait</dc:creator>
      <dc:date>2010-01-11T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875002#M73541</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;I was suggesting a new project as it would eliminate one possible source of problems. You would not have to do this each time a new version comes out. Ordinarily it would be as easy as just creating the project and adding all the source files (which can usually be done in a single operation.) &lt;BR /&gt;&lt;BR /&gt;The particular version you're using has many known problems. Can you at least try a later update to 10.0?&lt;BR /&gt;&lt;BR /&gt;Since you're using OpenMP, try the OpenMP "stubs" option to see if that helps. /QaxN should be removed from the debug configuration.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 21:43:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875002#M73541</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-11T21:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875003#M73542</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px; height: auto;"&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="border: 1px inset; padding: 5px; background-color: #e5e5e5; margin-left: 2px; margin-right: 2px;"&gt;&lt;EM&gt; The particular version you're using has many known problems. Can you at least try a later update to 10.0?&lt;BR /&gt;Since you're using OpenMP, try the OpenMP "stubs" option to see if that helps. /QaxN should be removed from the debug configuration.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
So version 10.0.025 is worse than 10.0? Also can you tell me why using openMp stubs i get errors like kmpc_global_thread_num&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 17:32:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875003#M73542</guid>
      <dc:creator>jjfait</dc:creator>
      <dc:date>2010-01-12T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875004#M73543</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;10.0.025 is one of the updates of 10.0. I thought it was the first release, but on investigation I see it was a later update. In any case, that is no longer a supported version. I can't find your email address in our registration database so I don't know what you're eligible for.&lt;BR /&gt;&lt;BR /&gt;If you specify OpenMP stubs you should not get linking errors as it should still link to the library (libguide.lib) that provides those routines.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 18:45:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875004#M73543</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-12T18:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot view register variable</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875005#M73544</link>
      <description>I have checked out the 10.0 version .&lt;BR /&gt;And It woks for me !!!! &lt;BR /&gt;Thanks for the suggestions ...</description>
      <pubDate>Thu, 13 May 2010 17:58:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Cannot-view-register-variable/m-p/875005#M73544</guid>
      <dc:creator>joetraff</dc:creator>
      <dc:date>2010-05-13T17:58:15Z</dc:date>
    </item>
  </channel>
</rss>

