Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!spool.mu.edu!samsung!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ucdavis!caldwr!bsmith From: bsmith@caldwr.water.ca.gov (Bill Smith) Newsgroups: comp.lang.fortran Subject: Re: FORTRAN and (un)SAVEd vars Keywords: FORTRAN, SAVE, Toolpack Message-ID: <112@smith.water.ca.gov> Date: 1 Mar 91 00:43:59 GMT Organization: plan Lines: 17 I too would be interested in a program to find variables that should be saved. I have a large FORTRAN model code that I use that has some variables that require the save statement. My problem is that the original programmer did not save just the variables that need it but used a compiler switch to save all variables. This severely limits the ability of the FORTRAN compiler to optimize the code. (Apollo FORTRAN). I got the Toolpack package via anaonymous ftp in hopes it would be able to do this but found that only the source code was included. I looked around some but can not find any documentation. Is there an anonymous ftp site that has the Toolpack documentation? Thanks in advance for any pointers. -- bsmith@water.ca.gov