Xref: utzoo comp.lang.fortran:5695 comp.lang.c:40026 comp.lang.c++:14061 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!munnari.oz.au!uhccux!hale!tholen From: tholen@hale.ifa.hawaii.edu (Dave Tholen) Newsgroups: comp.lang.fortran,comp.lang.c,comp.lang.c++ Subject: Re: Running long memory intensive programs! Message-ID: <13458@uhccux.uhcc.Hawaii.Edu> Date: 13 Jun 91 20:29:40 GMT Sender: news@uhccux.uhcc.Hawaii.Edu Followup-To: comp.lang.fortran Lines: 23 David T. Lindsley writes: > The only Fortran I know of that can use extended memory is Watcom's. > > I also (personally) tried getting an MS Fortran program to use extended > memory from Windows 3. The program manipulated several matrices, which > should (ideally) have been about 3..4Mb. No luck there either. However, > I'm no Windows expert -- maybe I wasn't setting something correctly. > (Anybody out there had better luck?) Microsoft recently announced version 5.1 of their FORTRAN compiler, with extensive Windows support, including the use of extended memory. To quote from their brochure: "Access all virtual memory on a PC with an 80386 or higher processor, up to 64 megabytes. Access all extended memory on a PC with an 80286 processor." Of course, starting with version 4.1, Microsoft's FORTRAN compiler also ran under OS/2, which gave you access to 16 megabytes of memory. Which vendors will support the 32-bit version of OS/2 (which has a 4 gigabyte flat memory architecture) remains to be seen.