<?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: Help with using module to initialize data in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856096#M67489</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/125965"&gt;wgrimes@cea-az.com&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;I have attached the module I am referring to.&lt;BR /&gt;&lt;BR /&gt;Wes&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The ones I have noticed (because it causes a crash) are LUTERM_OUT which is set to 0 at line 295 I think and I_11which is set at line 38.&lt;BR /&gt;&lt;BR /&gt;I think this guy did some very unconvential set up, but it is what I have to work with.&lt;BR /&gt;&lt;BR /&gt;This is actually part of a FORTRAN lib that I am linking into a C++ program, using MS Visual C++ (2003 .net).&lt;BR /&gt;&lt;BR /&gt;It has always worked prior to this, but now I am having trouble. When I launch the C++ program I debug it and set up a "watch". These variables show "Undefined variable". &lt;BR /&gt;&lt;BR /&gt;W</description>
    <pubDate>Wed, 15 Jul 2009 17:13:02 GMT</pubDate>
    <dc:creator>Wesley_G_</dc:creator>
    <dc:date>2009-07-15T17:13:02Z</dc:date>
    <item>
      <title>Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856092#M67485</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to recompile some code originally written by someone else about 5 or 6years ago. They use modules to initialize data and last time I compiled (about 3 years ago) everything worked fine. I'm on a new computer and using Version 11 for VF. When I run the program I find that none of the data in the module has been initialized....but on earlier compilers it seemed to work find. Is there some setting I'm missing?? Has there been a change in the way things should be set from say version 9 or so?? It's been too long and I don't know exactly which version I used to successfully compile it last time.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help/suggestions.......patience!!&lt;BR /&gt;Wes</description>
      <pubDate>Wed, 15 Jul 2009 15:48:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856092#M67485</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-15T15:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856093#M67486</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I think we need more details - such as some example source code. If you have variables with initialization in a module, you must make sure that the object file (.obj) from compiling the module gets linked in. This is especially an issue if you are using static libraries. Nothing in this area has changed.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2009 16:00:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856093#M67486</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-15T16:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856094#M67487</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;I think we need more details - such as some example source code. If you have variables with initialization in a module, you must make sure that the object file (.obj) from compiling the module gets linked in. This is especially an issue if you are using static libraries. Nothing in this area has changed.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I have attached the module I am referring to.&lt;BR /&gt;&lt;BR /&gt;Wes</description>
      <pubDate>Wed, 15 Jul 2009 16:51:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856094#M67487</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-15T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856095#M67488</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I've looked through the module source and don't see any variables that are initialized. Which variable is the problem and how are you determining that it is not initialized?&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2009 17:03:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856095#M67488</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-15T17:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856096#M67489</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/125965"&gt;wgrimes@cea-az.com&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;I have attached the module I am referring to.&lt;BR /&gt;&lt;BR /&gt;Wes&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The ones I have noticed (because it causes a crash) are LUTERM_OUT which is set to 0 at line 295 I think and I_11which is set at line 38.&lt;BR /&gt;&lt;BR /&gt;I think this guy did some very unconvential set up, but it is what I have to work with.&lt;BR /&gt;&lt;BR /&gt;This is actually part of a FORTRAN lib that I am linking into a C++ program, using MS Visual C++ (2003 .net).&lt;BR /&gt;&lt;BR /&gt;It has always worked prior to this, but now I am having trouble. When I launch the C++ program I debug it and set up a "watch". These variables show "Undefined variable". &lt;BR /&gt;&lt;BR /&gt;W</description>
      <pubDate>Wed, 15 Jul 2009 17:13:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856096#M67489</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-15T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856097#M67490</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
LUTERM_OUT and I_11 are not variables, they are named constants or PARAMETERs. You won't be able to view them in the debugger unless you rebuild the application specifying the option Fortran &amp;gt; Debugging &amp;gt; Information for PARAMETER constants &amp;gt; Yes.&lt;BR /&gt;&lt;BR /&gt;However, as Fortran constants, they will not be visible to C++ code. How are these values being used and why do you think they are responsible for the error? What is the error message you see?&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2009 17:37:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856097#M67490</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-15T17:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856098#M67491</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/125965"&gt;wgrimes@cea-az.com&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;The ones I have noticed (because it causes a crash) are LUTERM_OUT which is set to 0 at line 295 I think and I_11which is set at line 38.&lt;BR /&gt;&lt;BR /&gt;I think this guy did some very unconvential set up, but it is what I have to work with.&lt;BR /&gt;&lt;BR /&gt;This is actually part of a FORTRAN lib that I am linking into a C++ program, using MS Visual C++ (2003 .net).&lt;BR /&gt;&lt;BR /&gt;It has always worked prior to this, but now I am having trouble. When I launch the C++ program I debug it and set up a "watch". These variables show "Undefined variable". &lt;BR /&gt;&lt;BR /&gt;W&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I'm getting a crash when I try to write to a file. The file unit number is LUTERM_OUT. I see what you mean about the parameters though. Let me look at something else and I'll get back to you.&lt;BR /&gt;&lt;BR /&gt;Thanks for the re-direction.&lt;BR /&gt;&lt;BR /&gt;W&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2009 17:44:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856098#M67491</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-15T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856099#M67492</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If you need more help, please show the complete error message and the WRITE statement involved.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jul 2009 18:22:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856099#M67492</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-15T18:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856100#M67493</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/125965"&gt;wgrimes@cea-az.com&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;
I'm getting a crash when I try to write to a file. The file unit number is LUTERM_OUT. I see what you mean about the parameters though. Let me look at something else and I'll get back to you.&lt;BR /&gt;&lt;BR /&gt;Thanks for the re-direction.&lt;BR /&gt;&lt;BR /&gt;W&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I want to try something else. I know that this was working in a previous version (8 or 9) I think of VF. Is there a way I can download a previous version that old, re-install and see if I can get it working??&lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;W</description>
      <pubDate>Thu, 16 Jul 2009 22:43:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856100#M67493</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-16T22:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856101#M67494</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Yes you can - see &lt;A href="http://software.intel.com/en-us/articles/older-version-installation/"&gt;here&lt;/A&gt;. You'll need to uninstall the newer version first.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Jul 2009 23:42:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856101#M67494</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-16T23:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856102#M67495</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;Yes you can - see &lt;A href="http://software.intel.com/en-us/articles/older-version-installation/"&gt;here&lt;/A&gt;. You'll need to uninstall the newer version first.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;when I follow that path I only see versions 10 and 11. Where are 8 &amp;amp; 9?? I know I had them at one point, but they do not show up on the list.&lt;BR /&gt;&lt;BR /&gt;W</description>
      <pubDate>Thu, 16 Jul 2009 23:52:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856102#M67495</guid>
      <dc:creator>Wesley_G_</dc:creator>
      <dc:date>2009-07-16T23:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with using module to initialize data</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856103#M67496</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
I'm guessing that you did not follow the link in step 1 of the article I pointed to, which explains how to get the older version. That link would take you to &lt;A href="http://software.intel.com/en-us/articles/older-version-product/"&gt;How do I get an older version of an Intel Software Development Product? &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This article explains how to get the older version.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2009 00:50:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-using-module-to-initialize-data/m-p/856103#M67496</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-07-17T00:50:52Z</dc:date>
    </item>
  </channel>
</rss>

