Fortran Programming Guide
Introduction
The Sun Fortran compilers, f77 and f95, described in this book (and the companion Sun Fortran User’s Guide) are available under the Solaris operating environment on SPARC hardware platforms. The compilers themselves conform to published Fortran language standards, and provide many extended features, including multiprocessor parallelization, sophisticated optimized code compilation, and mixed C/Fortran language support.
Features of the Fortran Compilers
Sun Fortran compilers provide the following features or extensions:
- Global program checking across routines for consistency of arguments, commons, parameters, and the like.
- Support for multiprocessor systems, including automatic and explicit loop parallelization, is integrated tightly with optimization.
Other Fortran Utilities
The following utilities provide assistance in the development of software programs in Fortran:
- Sun WorkShop 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).
- 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)
Download file here
Related PDF Manuals Guide:
PGI Server and Workstation 2010 Installation Guide
Oracle Database Performance Tuning Guide
Photoshop 3.0.4 SDK Guide
User Guide for Windows 7 PDF Converter
OpenGL ES 2.0 on the iPhone 3G S
Oracle TimesTen In-Memory Database SQL Reference Guide
Building More Competitive Devices on Windows Mobile
Microsoft SQL Server Performance Auditing User’s Guide