Go to main content
Oracle® Developer Studio 12.6: Fortran User's Guide

Exit Print View

Updated: July 2017
 
 

1.3 Other Fortran Utilities

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

  • Oracle Developer Studio Performance Analyzer— In depth performance analysis tool for single threaded and multi-threaded applications. See analyzer(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)