Max common block size, global array size on ia32
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Toon Moene toon at moene.indiv.nluug.nlWed Jul 24 06:03:29 PDT 2002
- Previous message: Max common block size, global array size on ia32
- Next message: Max common block size, global array size on ia32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Craig Tierney wrote: > I cannot find anywhere in the linux source where > the max stacksize might be set. It seems that > it might be tied to 1 GB, but I cannot find it. > > Does anyone know how I can get around this > issue? Compile the code statically, i.e. without shared libraries. Shared libraries are mapped from address 2**30 onwards on Linux. g77 -static ... gcc -static ... I don't know the relevant options for the other compilers, though. -- Toon Moene - mailto:toon at 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 Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)
- Previous message: Max common block size, global array size on ia32
- Next message: Max common block size, global array size on ia32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
