Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!munnari!goanna!mg From: mg@goanna.OZ (Mike Gigante) Newsgroups: net.lang.f77,net.unix-wizards Subject: Re: Any decent Fortrans under Unix ? Which machine ? Message-ID: <206@goanna.OZ> Date: Sun, 2-Mar-86 04:07:43 EST Article-I.D.: goanna.206 Posted: Sun Mar 2 04:07:43 1986 Date-Received: Sat, 15-Mar-86 18:30:24 EST References: <173@cybavax.UUCP> Distribution: net Organization: Comp Sci, RMIT, Melbourne, Australia Lines: 12 Xref: watmath net.lang.f77:492 net.unix-wizards:17200 I forgot to mention that f77 effectively forces you to split your programs into many small files when you are on non-virtual machines. Otherwise, as(1) will grow almost exponentially in memory size. You also run into a message something like 'too many external symbol names - try -Nx option'. Unfortunately, our f77 knows no such option :-) (this was in f77pass1) On virtual machines, you'll start to notice very high page rates for large files/routines. SVS's memory requirements are relatively constant & small. Mike Gigante RMIT, Australia