Home > Archive > Fortran > December 2005 > Code analyser (looking for recommendations)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Code analyser (looking for recommendations)
|
|
| Georg Schmidt 2005-12-13, 8:14 am |
| Dear all,
Can you recommend any code analyser tool, which allows one to
familiarise oneself with the structure of a code, e.g. which routines
calls which ......
Thanks,
Georg
| |
| Hani Andreas Ibrahim 2005-12-13, 7:04 pm |
| Georg Schmidt wrote:
> Dear all,
>
> Can you recommend any code analyser tool, which allows one to
> familiarise oneself with the structure of a code, e.g. which routines
> calls which ......
Maybe Redhat's Source Navigator meet your needs. But AFAIK it supports
FORTRAN 77 only and doesn't handle Fortran 90 code.
Source Navigator is free and available for Win32 and Unix/Linux and
supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL
From the home page <http://sourcenav.sourceforge.net/index.html>:
Use Source-Navigator to:
* Analyze how a change will effect external source modules.
* Find every place in your code where a given function is called.
* Find each file that includes a given header file.
* Use the grep tool to search for a given string in all your source
files.
There are many other commercial products for Fortran77/90 on the market,
e.g.:
- Cleanscape FortranLint -> http://www.cleanscape.net
- Understand for Fortran -> http://www.scitools.com
- ...
Best regards
Hani
| |
| Herman D. Knoble 2005-12-13, 7:04 pm |
| Georg: You may be interested in one or more of the following:
FLINT - Cleanscape Fortran 77/90/95 Source Code Analyzer/Debugger:
http://www.cleanscape.net/products/...lint/index.html
(Free trial available)
Fortran 90/95, Ada, C++,Java- Scientific Toolworks: http://www.scitools.com/
(Free Trial available)
Flow Chart and code analysis for Fortran 77:
http://www.netlib.org/floppy/contents.html
Windows version: http://www.netlib.org/floppy/win32/
ForCheck (Fortran 77): http://www.forcheck.nl/
Skip Knoble
On Tue, 13 Dec 2005 15:11:23 +0100, Georg Schmidt <georgschmidt@gmx.at> wrote:
-|Dear all,
-|
-|Can you recommend any code analyser tool, which allows one to
-|familiarise oneself with the structure of a code, e.g. which routines
-|calls which ......
-|
-|Thanks,
-|Georg
| |
| Catherine Rees Lay 2005-12-14, 4:00 am |
| Georg Schmidt wrote:
> Dear all,
>
> Can you recommend any code analyser tool, which allows one to
> familiarise oneself with the structure of a code, e.g. which routines
> calls which ......
>
> Thanks,
> Georg
If I may, I'll add plusFORT and Forcheck to the list.
http://www.polyhedron.com has full details.
They are commercial packages but free for some categories of user.
Catherine (I work for Polyhedron as a programmer)
| |
|
|
|
|
|