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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC 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!news4.google.com!news.glorb.com!news.addix.net!border2.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.news-service.com!post.news-service.com!news1.surfino.com!not-for-mail Message-Id: <1260026.XKFy62IHbW@linux1.krischik.com> From: Martin Krischik Subject: Re: Memory limits in Ada where Fortran has none Newsgroups: comp.lang.ada Reply-To: martin@krischik.com Date: Sun, 06 Mar 2005 10:26:03 +0100 References: <1110070479.250902.220540@l41g2000cwc.googlegroups.com> <1110089930.914615.182480@l41g2000cwc.googlegroups.com> Organization: None User-Agent: KNode/0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@surfino.com NNTP-Posting-Host: 83.169.175.19 (83.169.175.19) NNTP-Posting-Date: Sun, 06 Mar 2005 11:00:08 +0100 X-Trace: 9ddca422ad4a8f60c0ab620799 Xref: g2news1.google.com comp.lang.ada:8733 Date: 2005-03-06T10:26:03+01:00 List-Id: Hi, > 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... An access function might be the solution here. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com