Herbert Huber wrote:
>
> Hello,
>
> I know that my problem isn`t really SMP-related, but maybe someone of
> you guys knows the solution.
>
> I'm running SuSE 6.3, using a kernel 2.2.13 with "CONFIG_2GB" set to "y"
>
> on my dual PIII box. Trying to start binaries which allocate more memory
>
> than 554 MByte,
Additional remark: In the programs (Fortran77 and C) in question the
memory is STATICALLY allocated.
If one changes to automatic variables one gets up to ca. 700 MB before
the segfaults start, and with malloc allocation there appears to
be no limit (beyond that of VM available).
In the Fortran case, making use of the Fortran 90 feature of
ALLOCATABLE arrays also is a workaround to the above problem.
However it is a nuisance if one only has g77 available ...
--
Dr. Reinhold Bader
Leibniz-Rechenzentrum, Abt. Benutzerbetreuung | Tel. +4989 289 28825
Barerstr. 21, 80333 Muenchen | email [EMAIL PROTECTED]
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]