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
User Guide for Windows 7 PDF Converter
Photoshop 3.0.4 SDK Guide
Solaris Cluster for SAP Configuration Guide
Google Android Platform Development Possiblities and Limitations
Using NetBackup For SAP To Protect SAP DB/MaxDB
Oracle Database Performance Tuning Guide
Windows CE Installation Guide


Related Fortran Programming Guide: , , , , , , , , , , , , , ,

You can leave a response, or trackback from your own site.

Leave a Reply