home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / fortran / 2854 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.4 KB

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