Oracle® Solaris Studio 12.4: Fortran User's Guide

Exit Print View

Updated: March 2015
 
 

1.3 Other Fortran Utilities

The following utilities provide assistance in the development of software programs in Fortran:

  • Solaris 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. See fsplit(1)