From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20b04d47a7bf2be2,start X-Google-Attributes: gid103376,public From: rodemann@mathematik.uni-ulm.de (Joerg Rodemann) Subject: GNAT: Storage size? Date: 1996/07/04 Message-ID: <4rfrqa$6d0@rigel.rz.uni-ulm.de>#1/1 X-Deja-AN: 163616683 organization: University of Ulm, SAI, Germany newsgroups: comp.lang.ada Date: 1996-07-04T00:00:00+00:00 List-Id: Hello folks! I am doing some matrix diagonalization using Ada-95 for the big frame of my programs and Fortran-77 for most of the matrix routines. Currently I am working under HP UX 9.05 (we're upgrading to 10.10 during the next months, I hope...). Since my matrices become quite large (at the moment 900x900 fortran double precision) I encountered a problem with GNAT. I think there is a simple solution to the problem, but have no idea were to look for it: Trying to run the program with still larger matrices my program ends up with a Segmentation Fault quite at the beginning. My guess is that the Ada RTS only supplies memory for my data up to an upper limit. Any suggestions how this can be overcome? (My aim is a matrix of 1800x1800 fortran double precision.) I am not using any tasks, just some generics and the Interface.Fortran libraries. Sure I also use the usual stuff as Ada.Text_Io and so on. Any help is appreciated Thanks George Rodemann P.S.: A copy of this posting is sent to report@gnat.com -- Joerg 'George' Rodemann Erhard-Groezinger-Strasse 82 Department of Physics D-89134 Blaustein University of Ulm Tel. (0731) 553319 e-mail: rodemann@mathematik.uni-ulm.de