<?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: Out of memory errors in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974721#M24772</link>
    <description>You (or the system) cannot manage an array bigger than 256Mb because the pointer size would be bigger than it is allowed. May be on a 64 bit computer will work. (I don't know if other languajes can on 32 bit) &lt;BR /&gt;(Take a look to "Handling Arrays and Visual Fortran Array Descriptors" on Help) &lt;BR /&gt;Solutions: change computer and OS (64 bit) or try to manage smaller arrays, for example an array of arrays (slower, of course)</description>
    <pubDate>Fri, 23 Nov 2001 02:13:16 GMT</pubDate>
    <dc:creator>j_jimenez</dc:creator>
    <dc:date>2001-11-23T02:13:16Z</dc:date>
    <item>
      <title>Out of memory errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974720#M24771</link>
      <description>I am running Windows 98. &lt;BR /&gt; &lt;BR /&gt;The F90 code I get the memory allocation error with is pretty simple: &lt;BR /&gt; &lt;BR /&gt;       program lm &lt;BR /&gt;       real(8) :: x(:,:) &lt;BR /&gt;       allocate (x(5800,5800))     !x is 269,120,000 bytes  &lt;BR /&gt;       end &lt;BR /&gt; &lt;BR /&gt;The error message is &lt;BR /&gt; &lt;BR /&gt;run-time error F6772 &lt;BR /&gt;-cannot ALLOCATE ALLOCATABLE array - out of memory &lt;BR /&gt; &lt;BR /&gt;Any request greater than 256M = 268,435,456 bytes fails.  Note that this &lt;BR /&gt;program is all array x, so evidently the space occupied by the OS is not &lt;BR /&gt;involved.  Makes sense.  The limitation is on the program/process image &lt;BR /&gt;size. &lt;BR /&gt; &lt;BR /&gt;How do I fix this?</description>
      <pubDate>Tue, 20 Nov 2001 14:50:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974720#M24771</guid>
      <dc:creator>jim_sims</dc:creator>
      <dc:date>2001-11-20T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974721#M24772</link>
      <description>You (or the system) cannot manage an array bigger than 256Mb because the pointer size would be bigger than it is allowed. May be on a 64 bit computer will work. (I don't know if other languajes can on 32 bit) &lt;BR /&gt;(Take a look to "Handling Arrays and Visual Fortran Array Descriptors" on Help) &lt;BR /&gt;Solutions: change computer and OS (64 bit) or try to manage smaller arrays, for example an array of arrays (slower, of course)</description>
      <pubDate>Fri, 23 Nov 2001 02:13:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974721#M24772</guid>
      <dc:creator>j_jimenez</dc:creator>
      <dc:date>2001-11-23T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Out of memory errors</title>
      <link>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974722#M24773</link>
      <description>Jimenez, thanks for replying, but 256MB is well within the limits of a 32-bit address.&lt;BR /&gt;&lt;BR /&gt;Jim is not using Compaq Visual Fortran - he's using Microsoft Fortran PowerStation, which has internal limits such as the one he ran into.  Compaq Visual Fortran does not have such a limit on allocatable arrays.  For purchase information, please visit &lt;A href="http://www.compaq.com/fortran/visual"&gt;our web site&lt;/A&gt;.  &lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 23 Nov 2001 09:53:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Out-of-memory-errors/m-p/974722#M24773</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-11-23T09:53:20Z</dc:date>
    </item>
  </channel>
</rss>

