hi there,
One of the user is tying to run this program and get the following
message. I tried to run as superuser and still get the same thing.
we have a dec alpha 600 5/233 machine with 256M RAM. This program
needs about 144MB to run. Any pointers...
Thanks
rakesh
-----------error output----------------
6963: ./a.out: /sbin/loader: Fatal Error: set_program_attributes failed to set heap start
---------------------------
----------fortran program--------
program realbig
integer*4 big(36000000)
big(1)=1
big(36000000)=36000000
write (6,*) 'Big ones'
write (6,*) 'big(1) ',big(1)
write (6,*) 'big(36000000) ',big(36000000)
end
-----------------------------
Received on Sun Feb 01 1998 - 22:44:53 NZDT