The following utilities provide assistance in the development of software programs in Fortran:
Sun Studio Performance Analyzer— In depth performance analysis tool for single threaded and multi-threaded applications. See analyzer(1).
asa— This Solaris utility is a Fortran output filter for printing files that have Fortran carriage-control characters in column one. Use asa to transform files formatted with Fortran carriage-control conventions into files formatted according to UNIX line-printer conventions. See asa(1).
fdumpmod— A utility to display the names of modules contained in a file or archive. See fdumpmod(1).
fpp— A Fortran source code preprocessor. See fpp(1).
fsplit — This utility splits one Fortran file of several routines into several files, each with one routine per file. Use fsplit on FORTRAN 77 or Fortran 95 source files. See fsplit(1)