<?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: More Memory For Fortran Program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756722#M258586</link>
    <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Have you checked the "bitness" of that binary.&lt;BR /&gt;If it's 32 then they could be hitting the quadrant wall. They may need to chatr that thing so that it can address more memory. &lt;BR /&gt;Also they may be asking for contigous memory &amp;amp; things are too fragmented for that last chunk.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 22 Mar 2006 12:45:03 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2006-03-22T12:45:03Z</dc:date>
    <item>
      <title>More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756721#M258585</link>
      <description>My R&amp;amp;D folks are trying to run a Fortran program that seems to be running out of memory.  According to them, they get up to 850 MB of memory allocated and things are still fine, but when they try to add one more vector of 150 MB, the program crashes with the following message:&lt;BR /&gt;&lt;BR /&gt;FORTRAN Runtime ERROR:&lt;BR /&gt;Memory allocation failed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I assume that I need to increase one of the max_size kernel parameters but I'm not sure which one - data, text?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Mar 2006 12:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756721#M258585</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-22T12:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756722#M258586</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Have you checked the "bitness" of that binary.&lt;BR /&gt;If it's 32 then they could be hitting the quadrant wall. They may need to chatr that thing so that it can address more memory. &lt;BR /&gt;Also they may be asking for contigous memory &amp;amp; things are too fragmented for that last chunk.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 22 Mar 2006 12:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756722#M258586</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-22T12:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756723#M258587</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Running "file" against the binary simply returns "create_035.f90: fortran program text".  Is there some other way to test bitness?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Mar 2006 12:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756723#M258587</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-22T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756724#M258588</link>
      <description>Unsure but perhaps your 32-bit(?) fortran code is exceeding its quadrant memory demand? Relocate the excutable to a different quadrant via the chatr command perhaps?&lt;BR /&gt;&lt;BR /&gt;chatr +3qp ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 22 Mar 2006 13:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756724#M258588</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2006-03-22T13:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756725#M258589</link>
      <description>Thanks, Nelson.  I'm still not sure that it's 32 bit code but will keep that in mind.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Mar 2006 13:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756725#M258589</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-22T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756726#M258590</link>
      <description>Hi Pete,&lt;BR /&gt;&lt;BR /&gt;Run file against the Fortran binary.&lt;BR /&gt;Appears this is like a Java executable that will actually call the Java binary to do the heavy lifting.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 22 Mar 2006 13:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756726#M258590</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2006-03-22T13:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756727#M258591</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Duh!&lt;BR /&gt;&lt;BR /&gt;# file create_035.o&lt;BR /&gt;create_035.o:   PA-RISC2.0 relocatable object&lt;BR /&gt;&lt;BR /&gt;I believe that's telling me it's 32 bit, right?&lt;BR /&gt;&lt;BR /&gt;I wonder if there's a compiler option to make it 64 bit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Mar 2006 13:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756727#M258591</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-22T13:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: More Memory For Fortran Program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756728#M258592</link>
      <description>Imagine that!  There is an option: "+DA2.0W"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 Mar 2006 13:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-memory-for-fortran-program/m-p/3756728#M258592</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-03-22T13:20:47Z</dc:date>
    </item>
  </channel>
</rss>

