Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Dependency analysis

I was just given a python script to do dependency analysis on a
directory of Fortran files. Thanks to JLS4@xxxxxxx (Joseph Staudenmeier).
It just goes through the files and essentially pattern matches on use
statements and orders the list of files appropriately.

Tianchao, I assume you do pretty much the same thing. Given the xml output,
you then discover which modules are used in a given file and then do the
dependency ordering.

Cheers,
Craig



Back to the top