Compiler will not allow for program with large array to be compiled

Timothy C Prince tprince@myrealbox.com
Fri May 2 23:11:00 GMT 2008



-----Original Message-----
From: Patrick Hogan <last2no@hotmail.com>
To: <fortran@gcc.gnu.org>
Date: Fri, 2 May 2008 22:29:22 +0000
Subject: Compiler will not allow for program with large array to be compiled


Hello,

I am trying to find if there are any flags using gfortran which will allow for the creation of larger arrays than are normally allowed by the compiler.  If anyone knows a reply would be greatly appreciated.   Thank you,

Pat Hogan
_________________________________________________________________
You may need to look it up in the gcc documents.  You may be looking for mcmodel, or ALLOCATABLE arrays, or you may have picked a target for which there is no such option.
Tim Prince



More information about the Fortran mailing list