Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran Code Analyzer

Ahmad_Falahatpisheh
832 Views
Hi All,

Does anybody know if there is a good program for analyzing a Fortran code? I want to use that program to list the functions and subroutines as well as their local variables.

Thanks.
0 Kudos
1 Solution
rase
New Contributor I
832 Views
I use Understand (for Fortran and C/C++) by ScientificTools for several years now, and I don't want to miss it anymore. The source listings including cross reference listings in IVF 12 are a progress, but not comparable to Understand and its capabilities. Formerly it was possible to load down a test/demo version, just try it.

View solution in original post

0 Kudos
2 Replies
mecej4
Honored Contributor III
832 Views
Some of what you want is already available in the IFort compiler itself. See the listing options in the user guide.

Third party tools such as PlusFort, Forcheck, etc., are also available.
0 Kudos
rase
New Contributor I
833 Views
I use Understand (for Fortran and C/C++) by ScientificTools for several years now, and I don't want to miss it anymore. The source listings including cross reference listings in IVF 12 are a progress, but not comparable to Understand and its capabilities. Formerly it was possible to load down a test/demo version, just try it.
0 Kudos
Reply