array size in fortran

Toon Moene toon@moene.indiv.nluug.nl
Tue Feb 11 23:06:00 GMT 2003


Joseph Kukura wrote:
> 
>>Hi,
>>
>>I am running g77 on a recently installed Redhat Linux(7.3) and am getting
>>the following message - array size too large to handle.
>>The same code with the same array size runs on other machines with
>>less RAM under both linux and unix.
>>
>>Is there a setting I can modify (stack?) to allow for large array sizes
>>(96000000)? I'm not sure what command to use (or how to use it).

This only works with g77 compilers newer than the one shipped with Red 
Hat 7.3.

Specifically, you need a compiler with version number 3.1 or newer.

Hope this helps,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)



More information about the Gcc-help mailing list