From: relaxmike on
Hi,

Yapakit includes several tools to browse the sources,
including :
- display file masters and slaves of a given file as a browsable tree,
- display call tree and hierarchy call tree of a given subroutine/
function,
- display call tree and hierarchy use tree of a given module.
See in the documentation for full details (for example p59) :
http://pagesperso-orange.fr/yapakit.fortran/yapakitUserGuide.09.03.2008.pdf
or in, look for "Call Tree", in the screenshots :
http://pagesperso-orange.fr/yapakit.fortran/Screenshots.html
Yapakit runs on many platforms, so that should not be a limitation.

Regards,

Michaƫl


On 11 juin, 21:35, Thomas Robitaille <n...(a)spam.com> wrote:
> Does anyone know of any tools that can be used to get graphical
> representations of module dependencies of a f90/95 program? For example,
> one could imagine having modules as 'boxes', and if a program/module
> uses another module, it could be linked with an arrow showing what
> variables/routines are used from that module.
>
> Does such a tool or something similar exist? (for linux or mac)
>
> Thanks!