This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



-----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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]