<?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: Allocate stat = 41 in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837268#M55839</link>
    <description>Here is an update, I had specified an stack size of 500MB for this project. When I reduce it to 200 MB, the code runs fine. Well, this gives me a workaround but CVF/VS6 worked with stack size of 500MB as well. I have no idea why stack size specified made a difference.&lt;BR /&gt;</description>
    <pubDate>Fri, 25 May 2007 21:43:16 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2007-05-25T21:43:16Z</dc:date>
    <item>
      <title>Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837266#M55837</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I am facing an strange problem. I am trying to allocate a two dimensional pointer array (double precisioin) with size of (284544,151) and I am getting stat = 41. My computer has 3.5 GB RAM and system monitor shows only a total of 788 MB is in use out of which my program is using about 251 MB. Clearly, there is enough memory on the system. I am using MS visual studio .net 2005 with IVF 9.1.&lt;BR /&gt;&lt;BR /&gt;I am actually moving to the new IVF/.NET setup from the old CVF/VStudio6 combo. The programs works fine with CVF6.6a and MS visual studio 6. I even tried runing both setups at the same time .NET/IVF and VS/CVF in debug mode starting with .NET/IVF. Once I got STAT=41, I let it stay there without terminating the program and ran CVF/VS and it runs fine which tells me that I have enough memory.&lt;BR /&gt;&lt;BR /&gt;Is there any project setting I need to look at.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ravi&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 16:50:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837266#M55837</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-05-25T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837267#M55838</link>
      <description>First, no matter how much RAM you have, the 32-bit Windows virtual memory limit is 2GB.&lt;BR /&gt;&lt;BR /&gt;Nothing comes to mind immediately. Please submit an issue to Intel Premier Support and attach a ZIP of a test case project.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 17:10:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837267#M55838</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-05-25T17:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837268#M55839</link>
      <description>Here is an update, I had specified an stack size of 500MB for this project. When I reduce it to 200 MB, the code runs fine. Well, this gives me a workaround but CVF/VS6 worked with stack size of 500MB as well. I have no idea why stack size specified made a difference.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 21:43:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837268#M55839</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-05-25T21:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837269#M55840</link>
      <description>Well, that's 300MB more available in your address space. Please do send a test case to Intel Premier Support - we'd like to see it.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 May 2007 23:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837269#M55840</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2007-05-25T23:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837270#M55841</link>
      <description>I understand the extra 300MB in address space, but why it does not run with stack 500Mb while CVF/VS6 combination works. &lt;BR /&gt;The code that I am working on is proprietory so I can not send the project. I have been trying to duplicate this problem with a small test case but I doubt I will able to do that. Everything works just like it should in test cases.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 May 2007 20:33:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837270#M55841</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-05-29T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Allocate stat = 41</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837271#M55842</link>
      <description>&lt;P&gt;Ravi,&lt;/P&gt;
&lt;P&gt;The two compilers may be using the address space in different ways with the same code so as Steve mentions it would be hard to know exactly what is causing the increase need without code. &lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2007 22:40:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Allocate-stat-41/m-p/837271#M55842</guid>
      <dc:creator>Wendy_Doerner__Intel</dc:creator>
      <dc:date>2007-05-30T22:40:37Z</dc:date>
    </item>
  </channel>
</rss>

