problem with the executable

From: Rakesh Jain <jain_at_mail.physics.smu.edu>
Date: Sun, 01 Feb 1998 15:44:44 -0600 (CST)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:37 NZDT