Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!unmvax!ariel.unm.edu!ghostwheel.unm.edu!john From: john@ghostwheel.unm.edu (John Prentice) Newsgroups: comp.lang.fortran Subject: Re: Dynamic Memory Management in Fortran Message-ID: <1990Nov16.004206.3941@ariel.unm.edu> Date: 16 Nov 90 00:42:06 GMT References: <1990Nov15.193022.26008@athena.mit.edu> Sender: news@ariel.unm.edu (USENET News System) Organization: University of New Mexico Math Dept., Albuquerque, NM Lines: 8 This subject has been pretty well hashed out, but I wanted to add one thing that I didn't see mentioned. Some compilers (notably the Sun and Cray Fortran compilers) have implemented pointers and also have Fortran callable links to malloc to allocate a block of memory and return the pointer address. For such compilers, dynamic memory allocation is truly trivial. John Prentice john@unmfys.unm.edu