Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!LBL.ARPA!nagy%43198.hepnet From: nagy%43198.hepnet@LBL.ARPA.UUCP Newsgroups: mod.computers.vax Subject: RE: FORTRAN Subroutine Mapper Message-ID: <8704080724.AA24508@ucbvax.Berkeley.EDU> Date: Tue, 7-Apr-87 08:03:17 EST Article-I.D.: ucbvax.8704080724.AA24508 Posted: Tue Apr 7 08:03:17 1987 Date-Received: Sat, 11-Apr-87 04:35:54 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 14 Approved: info-vax@sri-kl.arpa > Does anyone have a program to grind through source files for >a large FORTRAN program, and to output a list of what subroutines are >called from each subroutine? This does not have to be elaborate; I'm >just don't want to reinvent the wheel. 1. Digital's new/coming product - Source Code Analyzer - will to this. And, get this, SCA will do so across multiple VAX languages! However, this is of the "Pay Digital" type PD program. 2. INDEX is a DECUS library program which can generate a call-by or a called-by tree of your FORTRAN subroutines. The latest version of INDEX (V3.21) has appeared on the most recent VAX SIG tape, tape 86D from the Fall '86 symposia. This will probably solve your problem.