<?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: Work space / Computer memory in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Work-space-Computer-memory/m-p/813350#M44033</link>
    <description>You're asking for an array almost 2GB in size.  What's probably happening is that Windows is trying to expand the swapfile and having a hard time of it - adding more RAM would help, but even so, you're pushing hard on the architectural limit of 32-bit Windows.&lt;BR /&gt;&lt;BR /&gt;If you need a program that large, start considering a 64-bit system such as Itanium 2.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 17 Apr 2003 02:13:58 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2003-04-17T02:13:58Z</dc:date>
    <item>
      <title>Work space / Computer memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Work-space-Computer-memory/m-p/813349#M44032</link>
      <description>I'm running this code in which I establish the workspace needed and let's say :&lt;BR /&gt;	lenw = 15*xtent*ytent*ztent&lt;BR /&gt;	LenIW = 15*xtent*ytent*ztent&lt;BR /&gt;So the code needs 15 times the number of nodes on my grid. The problem comes when I use a larger 3D domain let's say 500x500x500 this means the code would need a workspace of 1.875e9 and my computer freezes. Is this a RAM memory problem or how could I make this run?&lt;BR /&gt;&lt;BR /&gt;thank you&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2003 01:08:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Work-space-Computer-memory/m-p/813349#M44032</guid>
      <dc:creator>ecc26</dc:creator>
      <dc:date>2003-04-17T01:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Work space / Computer memory</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Work-space-Computer-memory/m-p/813350#M44033</link>
      <description>You're asking for an array almost 2GB in size.  What's probably happening is that Windows is trying to expand the swapfile and having a hard time of it - adding more RAM would help, but even so, you're pushing hard on the architectural limit of 32-bit Windows.&lt;BR /&gt;&lt;BR /&gt;If you need a program that large, start considering a 64-bit system such as Itanium 2.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 17 Apr 2003 02:13:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Work-space-Computer-memory/m-p/813350#M44033</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-04-17T02:13:58Z</dc:date>
    </item>
  </channel>
</rss>

