try -mcmodel=medium.
... which doesn't affect malloc() at all. It only affects static data.
oops, duh! failure of attention.
I'd have to guess the issue is a ulimit. malloc is mapped (for large
allocations) to an anonymous mmap normally. it might be interesting to
strace the config that fails, to verify this. there's also the kernel's
overcommit setting (/proc/sys/vm/overcommit_*) which could cause this effect.
-mark
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org
To change your subscription (digest mode or unsubscribe) visit
http://www.beowulf.org/mailman/listinfo/beowulf