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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,49eb370bfd3baa90 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: "braver" Newsgroups: comp.lang.ada Subject: Re: Memory limits in Ada where Fortran has none Date: 5 Mar 2005 22:18:50 -0800 Organization: http://groups.google.com Message-ID: <1110089930.914615.182480@l41g2000cwc.googlegroups.com> References: <1110070479.250902.220540@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: 68.38.224.153 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110089935 25970 127.0.0.1 (6 Mar 2005 06:18:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 6 Mar 2005 06:18:55 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=68.38.224.153; posting-account=747fcg0AAAAk37ynL4bMm6Gl7Dz_tnyx Xref: g2news1.google.com comp.lang.ada:8724 Date: 2005-03-05T22:18:50-08:00 List-Id: Ok, I can declare TWO of them in a package, each up to ~67 million integers, but I need to use them as one -- and pass as one to Fortran. I guess I could use a record and pack it?... I wish g77 would tell me how to link to its variables! That can be a solution, declaring large arrays in another language and importing them... Cheers, Alexy