On 17 Jan 2014, at 08:56, Bob Dunlop <bob.dunlop@???> wrote:
> I wonder what valgrind tells you.  "valgrind command" will run the command
> and give you a summary of dynamic memory allocated and freed.
> Also worth running "size command" as I've seen Fortan programs with huge
> static memory allocations, add up the bss and data values.
Wow - I get the following result from size:
   text       data        bss        dec        hex    filename
1733582      21888    1123936088    1125691558    4318b0a6    ./sixsV1.1
Which seems to suggest that the bss segment (apparently the size of variable storage) is over 1Gb in size…that might explain my problems!
Thanks for all your help,
Cheers,
Robin
-- 
Please post to: Hampshire@???
Web Interface: 
https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: 
http://www.hantslug.org.uk
--------------------------------------------------------------