Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Fortran Code Analyzer

Ahmad_Falahatpisheh
836 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
836 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
836 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
837 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