public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* g77-3.2.2
@ 2003-09-04 13:56 Luigi Bedin
  2003-09-04 21:23 ` g77-3.2.2 Toon Moene
  0 siblings, 1 reply; 2+ messages in thread
From: Luigi Bedin @ 2003-09-04 13:56 UTC (permalink / raw)
  To: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=US-ASCII, Size: 1069 bytes --]


 TO WHOM IT MAY CONCERN
 ----------------------

sorry guys, 

 I need to program in FORTRAN 77.

Now, I switch from DIGITAL workstations to PC with Linux, 
and I use g77-3.2.2 as compiler. 

 I have the following BIG problem. 

Apparently I can not run a single jobs which occupies 
more RAM memory than 892 Mb 
(while my PC has ~2 Gb of ram, well seen by my 
mandreake-enterprise 9.1). 

The intel f90 (ifc) does not have this problem. 

 Are you aware of this problem of the g77 compiler. 
Any suggestion ?

 Thank you very much in advance for any helpful suggestion

R+
________________________________________________________________
 Luigi Bedin, alias Rolly®;            e-mail: bedin@pd.astro.it 
 Dip. di Astronomia, Univ. di Padova, vicolo dell'Osservatorio 2
 Tel(sala matrix): +39-049-827-8251;       Fax: +39-049-827-8212 
****************************************************************
"La Violenza, la Guerra,...  sono l'Estrema scorciatoia per chi 
non vuol pensare. Perche` pensare... Costa Fatica!" C. Zavattini



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: g77-3.2.2
  2003-09-04 13:56 g77-3.2.2 Luigi Bedin
@ 2003-09-04 21:23 ` Toon Moene
  0 siblings, 0 replies; 2+ messages in thread
From: Toon Moene @ 2003-09-04 21:23 UTC (permalink / raw)
  To: Luigi Bedin; +Cc: gcc-help

Luigi Bedin wrote:

>  I need to program in FORTRAN 77.
> 
> Now, I switch from DIGITAL workstations to PC with Linux, 
> and I use g77-3.2.2 as compiler. 
> 
>  I have the following BIG problem. 
> 
> Apparently I can not run a single jobs which occupies 
> more RAM memory than 892 Mb 
> (while my PC has ~2 Gb of ram, well seen by my 
> mandreake-enterprise 9.1). 

If you want to run > 1 Gbyte programs on a 32-bit GNU/Linux machine, you 
have to link it statically, i.e., use:

g77 -static ....

to link the final executable.

The reason is that the shared libraries are mapped from address 2^30 
onwards.

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-04 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 13:56 g77-3.2.2 Luigi Bedin
2003-09-04 21:23 ` g77-3.2.2 Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).