Re: Windows array allocation problem
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 10:54:05 -0700
Richard Maine wrote:
g77 hasIn the context of 64-bit OS, had is the word. g77 maintenance ended
(or at least had - I don't know whether it changed) a limit based on the
array size in bits fitting in a 32-bit integer. Yes, that is bits, not
bytes. That's just how the internals of the compiler worked; it isn't a
limit you'd guess from looking at anything in Fortran language in
general.
short of much support of 64-bit. Any more recent compiler would be a
better choice. Since you are diving into past history, I'll go further
into trivia and mention that g77 array size limit was changed at the end
so that 2GB arrays could be supported on 32-bit and x86-64, and 4GB
arrays on IA-64 (not that you would ever want to use that compiler).
.
- Follow-Ups:
- Re: Windows array allocation problem
- From: Tim Prince
- Re: Windows array allocation problem
- References:
- Windows array allocation problem
- From: Roy Lewallen
- Re: Windows array allocation problem
- From: James Van Buskirk
- Re: Windows array allocation problem
- From: Steve Lionel
- Re: Windows array allocation problem
- From: James Van Buskirk
- Re: Windows array allocation problem
- From: Richard Maine
- Windows array allocation problem
- Prev by Date: Re: gfortran, g95, and dual-core
- Next by Date: Re: gfortran, g95, and dual-core
- Previous by thread: Re: Windows array allocation problem
- Next by thread: Re: Windows array allocation problem
- Index(es):
Relevant Pages
|