From owner-sc22wg5@open-std.org  Thu Jan 29 04:05:01 2009
Return-Path: <owner-sc22wg5@open-std.org>
X-Original-To: sc22wg5-dom7
Delivered-To: sc22wg5-dom7@www2.open-std.org
Received: by www2.open-std.org (Postfix, from userid 521)
	id 825A7C56CFF; Thu, 29 Jan 2009 04:05:01 +0100 (CET)
X-Original-To: sc22wg5@open-std.org
Delivered-To: sc22wg5@open-std.org
Received: from ns.nag-j.co.jp (218-42-159-107.cust.bit-drive.ne.jp [218.42.159.107])
	by www2.open-std.org (Postfix) with ESMTP id 5BC88C56CF9
	for <sc22wg5@open-std.org>; Thu, 29 Jan 2009 04:04:59 +0100 (CET)
Received: from 218-42-159-108.cust.bit-drive.ne.jp ([218.42.159.108] helo=[127.0.0.1])
	by ns.nag-j.co.jp with esmtp (Exim 4.50)
	id 1LSNCF-0008Cz-Lm
	for sc22wg5@open-std.org; Thu, 29 Jan 2009 12:04:03 +0900
Message-ID: <49811CEE.3020700@nag-j.co.jp>
Date: Thu, 29 Jan 2009 12:05:18 +0900
From: Malcolm Cohen <malcolm@nag-j.co.jp>
User-Agent: Thunderbird 3.0a1pre (Windows/2008022014)
MIME-Version: 1.0
To: sc22wg5 <sc22wg5@open-std.org>
Subject: Re: [ukfortran] (SC22WG5.3933) Call graph generator?
References: <20090129014452.0D13AC178D9@www2.open-std.org>
In-Reply-To: <20090129014452.0D13AC178D9@www2.open-std.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sender: owner-sc22wg5@open-std.org
Precedence: bulk



Van Snyder wrote:
> Does anybody have a call graph generator for Fortran 90+ programs?
>   
One is included with the Fortran Builder, viz the NAG Fortran compiler 
for Windows.
> I would like a program that would take a list of file names, and would
> produce structure trees and call graphs.
This one produces a call graph for a "project" or subset thereof.  It's 
relatively easy and painless to add files to a project (the files don't 
have to be moved or anything).

(Caveat: I've not used the English language Fortran Builder for a while, 
but as far as I recall it's just the same as the Japanese one as far as 
the call graph generator is concerned.)
>   Text output would be OK;
> interactive graphical display would be a plus.
>   
Text output.
> My money people don't mind buying useful stuff, but they prefer that I
> try it out first, so a program that's either free or has an evaluation
> feature (crippled, time bomb...) would be preferable.
>
>   
It's included with the compiler at no extra cost... but it's not free as 
such.

Cheers,
-- 
.....................Malcolm Cohen, Nihon NAG, Tokyo.


