[comp.lang.fortran] CFLOW equiv for Cray Fortran 77, and f2c

bt@sleaze.meteor.wisc.edu (Bill Taylor) (02/14/91)

I am an experienced Unix C programmer working on a LARGE
weather model(190,000 lines of Cray Fortran). I would like to
get f2c happy with this code but the EXTENSIONS(??) seem to
clash with f2c.

I need to trace the program flow, so we can extract the embedded
Physics and dependent code. I had thought rather than writing code
to use f2c to convert to C and then use CFLOW.

I bet there is an easier way!

Can anybody enlighten me to Fortran tools which might help?
I have access to a Cray Y, Big Silicon Graphics, Sun 4, Decstation 3100,
and probably others if needed.