home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!uakari.primate.wisc.edu!doug.cae.wisc.edu!dafnioti
- From: dafnioti@cae.wisc.edu (Petros Dafniotis)
- Newsgroups: comp.lang.fortran
- Subject: Re: WANTED : structure chart generator for VAX/VMS
- Keywords: FLINT, FTNCHEK, VAX, VMS
- Message-ID: <1992Jul28.104418.5339@doug.cae.wisc.edu>
- Date: 28 Jul 92 15:44:17 GMT
- References: <28JUL92.09425357@wl.aecl.ca>
- Sender: dafnioti@cae.wisc.edu (Petros Dafniotis --- AKA VMS4Ever)
- Organization: U of Wisconsin-Madison College of Engineering
- Lines: 24
-
- In article <28JUL92.09425357@wl.aecl.ca> zinckt@wl.aecl.ca writes:
- >Hell0 -
- >
- >I am looking for code which produces a list of variable names from inputed
- >F77 code. I as using F77 on VAX/VMS. I thought I would ask the net before I
- >write one myself.
-
- Try using:
- $ fortran/NoObject/List/Cross_reference myfile.for
- This will create a *really* rich output in the file myfile.lis, while
- simultaneously it will not create an object file.
-
- If you need more, or you do not like using the compiler for this kind of
- things, try:
- + FTNCHEK (from netlib, simtel20, etc): PD tool developed by Prof Moniot
- (sorry, I forgot the University he is working in).
- + FLINT excellent tool (especially for VMS fortran specific code); however,
- it is -to my knowledge- not a cheap one.
-
- Hope all this helps a bit.
-
- Petros Dafniotis (AKA VMS4Ever)
- Chem Engr Dept, UW-Madison
- e-mail: dafnioti@cae.wisc.edu
-