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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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!news1.google.com!newsread.com!news-xfer.newsread.com!newspeer.monmouth.com!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.tiscali.de!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!grolier!137.194.32.100.MISMATCH!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Memory limits in Ada where Fortran has none Date: Sun, 06 Mar 2005 09:09:53 -0500 Organization: Cuivre, Argent, Or Message-ID: References: <1110070479.250902.220540@l41g2000cwc.googlegroups.com> <1110089930.914615.182480@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1110118225 36181 212.85.156.195 (6 Mar 2005 14:10:25 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sun, 6 Mar 2005 14:10:25 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <1110089930.914615.182480@l41g2000cwc.googlegroups.com> (deliverable@gmail.com's message of "5 Mar 2005 22:18:50 -0800") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:8754 Date: 2005-03-06T09:09:53-05:00 "braver" writes: > 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... Ask your compiler vendor. There is probably a compiler switch that affects this. Or perhaps they can provide a patch. -- -- Stephe