<?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 Error Message in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875711#M73805</link>
    <description>Hi, &lt;BR /&gt;I'm trying to compile a program and when I try to build the solution I got the following error message:&lt;BR /&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Unable to start program 'path... \giant ref.exe'&lt;BR /&gt;Is it a memory error? Because when I try to increase the dimension of my problem this erroroccurs.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Aline&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2009 15:57:07 GMT</pubDate>
    <dc:creator>alinerocha</dc:creator>
    <dc:date>2009-11-26T15:57:07Z</dc:date>
    <item>
      <title>Error Message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875711#M73805</link>
      <description>Hi, &lt;BR /&gt;I'm trying to compile a program and when I try to build the solution I got the following error message:&lt;BR /&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Unable to start program 'path... \giant ref.exe'&lt;BR /&gt;Is it a memory error? Because when I try to increase the dimension of my problem this erroroccurs.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Aline&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2009 15:57:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875711#M73805</guid>
      <dc:creator>alinerocha</dc:creator>
      <dc:date>2009-11-26T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875712#M73806</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Well, you don't give us much to go on, but your comment on dimensions suggests that your program has grown too big for 32-bit Windows. There is a hard limit of 2GB static code and data in Windows (even in 64-bit Windows). On 64-bit, you can use ALLOCATABLE arrays to get past 2GB.&lt;BR /&gt;&lt;BR /&gt;You might try changing your big array to an ALLOCATABLE and then allocating it to the desired size. If nothing else, you'll get a different error...&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Nov 2009 23:58:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875712#M73806</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-11-26T23:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875713#M73807</link>
      <description>&lt;DIV style="margin:0px;"&gt;Thank you for your advice!&lt;BR /&gt;I tried to allocate the arrays, and now I get the following message:&lt;BR /&gt;&lt;BR /&gt;isuficiente virtual memory&lt;BR /&gt;&lt;BR /&gt;I think I need a better computer!&lt;BR /&gt;&lt;BR /&gt;Thak you!&lt;BR /&gt;&lt;BR /&gt;Aline&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Dec 2009 10:22:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875713#M73807</guid>
      <dc:creator>alinerocha</dc:creator>
      <dc:date>2009-12-01T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875714#M73808</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
If you are running XP 32-bit, the /3GB boot switch gives you some address space available specifically to allocatable arrays. There's a reason why most new computers come with 64-bit Windows now.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2009 12:43:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Error-Message/m-p/875714#M73808</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2009-12-01T12:43:13Z</dc:date>
    </item>
  </channel>
</rss>

