<?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 initialization of variable in intel fortran compiler for 64bit in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848821#M65225</link>
    <description>&lt;P&gt;Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I have code which is developed initially with Fortran 90 in 32-bit. now when I compile it with 64-bit compiler, I realized that he compiler does not initialized the variable to zero and it just initialized the with weird values that resulting to wrong results in the output. how can I automatically initialized all values to zero in compilerwithout changing the source code?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Pejman&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2009 19:33:25 GMT</pubDate>
    <dc:creator>pe_rasouliyahoo_com</dc:creator>
    <dc:date>2009-02-04T19:33:25Z</dc:date>
    <item>
      <title>initialization of variable in intel fortran compiler for 64bit</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848821#M65225</link>
      <description>&lt;P&gt;Hi everybody,&lt;BR /&gt;&lt;BR /&gt;I have code which is developed initially with Fortran 90 in 32-bit. now when I compile it with 64-bit compiler, I realized that he compiler does not initialized the variable to zero and it just initialized the with weird values that resulting to wrong results in the output. how can I automatically initialized all values to zero in compilerwithout changing the source code?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Pejman&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2009 19:33:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848821#M65225</guid>
      <dc:creator>pe_rasouliyahoo_com</dc:creator>
      <dc:date>2009-02-04T19:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: initialization of variable in intel fortran compiler for 64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848822#M65226</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You would be better off to correct the program. But otherwise, try adding the options /Qsave and /Qzero. You just got lucky on the 32-bit side as variables aren't initialized there either.&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Feb 2009 19:40:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848822#M65226</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-02-04T19:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: initialization of variable in intel fortran compiler for 64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848823#M65227</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;You would be better off to correct the program. But otherwise, try adding the options /Qsave and /Qzero. You just got lucky on the 32-bit side as variables aren't initialized there either.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;thanks for the reply. I am nor sure but is it in "Tools/options/Intel Visula fortran/compilers/default otions"?</description>
      <pubDate>Thu, 05 Feb 2009 00:44:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848823#M65227</guid>
      <dc:creator>pe_rasouliyahoo_com</dc:creator>
      <dc:date>2009-02-05T00:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: initialization of variable in intel fortran compiler for 64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848824#M65228</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/412296"&gt;pe_rasouliyahoo.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;BR /&gt;thanks for the reply. I am nor sure but is it in "Tools/options/Intel Visula fortran/compilers/default otions"?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Project-&amp;gt;Properties-&amp;gt;Fortran-&amp;gt;Data-&amp;gt;Initialize Local Scalar Variables.&lt;BR /&gt;&lt;BR /&gt;or add options (type) to&lt;BR /&gt;&lt;BR /&gt;Project-&amp;gt;Properties-&amp;gt;Fortran-&amp;gt;Data-&amp;gt;Command Line&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 01:09:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848824#M65228</guid>
      <dc:creator>ArturGuzik</dc:creator>
      <dc:date>2009-02-05T01:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: initialization of variable in intel fortran compiler for 64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848825#M65229</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
You also have to set the Data &amp;gt; Local Variable Storage property to "All variables SAVE".&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 01:51:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848825#M65229</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-02-05T01:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: initialization of variable in intel fortran compiler for 64</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848826#M65230</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;You also have to set the Data &amp;gt; Local Variable Storage property to "All variables SAVE".&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;thank you so much!!!</description>
      <pubDate>Thu, 05 Feb 2009 08:53:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/initialization-of-variable-in-intel-fortran-compiler-for-64bit/m-p/848826#M65230</guid>
      <dc:creator>pe_rasouliyahoo_com</dc:creator>
      <dc:date>2009-02-05T08:53:23Z</dc:date>
    </item>
  </channel>
</rss>

