Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] 8GB memeory limit?

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.

Search

Mark Hahn hahn at mcmaster.ca
Tue Jul 10 22:03:51 PDT 2007


> # gcc -m64 int_malloc.c

try -mcmodel=medium.

basically, mcmodel defaults to small in most cases, which means 
32b data relocations.  medium bumps single-object addressability
up to 64b.  neither of these affect the basic addressing model
(int=32b, long=64b, pointer=64).

> This is with a 2.6.5 kernel (SLES 9).

not a kernel issue, but rather the width of address calculations 
for a single addressable object (as decided by the compiler.)



More information about the Beowulf mailing list