<?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 fortran in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464252#M373</link>
    <description>I have a very large fortran program.Many&lt;BR /&gt;variables are not inialized at the start of&lt;BR /&gt;the program.HP &amp;amp; IBM fortran in unix assume&lt;BR /&gt;that undeclared variables are zero.&lt;BR /&gt;Is there a flag I can set do overcome the&lt;BR /&gt;problem in Linux.&lt;BR /&gt;&lt;BR /&gt;           Thanking You&lt;BR /&gt;               o.david</description>
    <pubDate>Mon, 13 Nov 2000 07:17:49 GMT</pubDate>
    <dc:creator>Ouri David</dc:creator>
    <dc:date>2000-11-13T07:17:49Z</dc:date>
    <item>
      <title>fortran in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464252#M373</link>
      <description>I have a very large fortran program.Many&lt;BR /&gt;variables are not inialized at the start of&lt;BR /&gt;the program.HP &amp;amp; IBM fortran in unix assume&lt;BR /&gt;that undeclared variables are zero.&lt;BR /&gt;Is there a flag I can set do overcome the&lt;BR /&gt;problem in Linux.&lt;BR /&gt;&lt;BR /&gt;           Thanking You&lt;BR /&gt;               o.david</description>
      <pubDate>Mon, 13 Nov 2000 07:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464252#M373</guid>
      <dc:creator>Ouri David</dc:creator>
      <dc:date>2000-11-13T07:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: fortran in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464253#M374</link>
      <description>The flag is -finit-local-zero</description>
      <pubDate>Mon, 13 Nov 2000 14:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464253#M374</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-11-13T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: fortran in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464254#M375</link>
      <description>thanks it soved our problem</description>
      <pubDate>Tue, 14 Nov 2000 06:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464254#M375</guid>
      <dc:creator>Ouri David</dc:creator>
      <dc:date>2000-11-14T06:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: fortran in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464255#M376</link>
      <description>the option -finit-local-zero solved one&lt;BR /&gt;problem but did not solve the below:&lt;BR /&gt;a subroutine that is called many times had&lt;BR /&gt;the undecaled variable set to zero on each&lt;BR /&gt;entry to the subroutine instead of entering&lt;BR /&gt;with the last value it had on return from&lt;BR /&gt;the subroutine. &lt;BR /&gt;what is needed is a once only zero initialization.&lt;BR /&gt;Can you help ??&lt;BR /&gt;Thank You</description>
      <pubDate>Tue, 14 Nov 2000 09:31:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464255#M376</guid>
      <dc:creator>Ouri David</dc:creator>
      <dc:date>2000-11-14T09:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: fortran in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464256#M377</link>
      <description>If you are talking about SAVEing across procedure calls, you could try the flag &lt;BR /&gt;&lt;BR /&gt;-fno-automatic</description>
      <pubDate>Tue, 14 Nov 2000 09:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fortran-in-linux/m-p/2464256#M377</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-11-14T09:46:40Z</dc:date>
    </item>
  </channel>
</rss>

