Previous Next Contents Index Doc Set Home


Preface


This guide combines the essential information programmers need to develop efficient applications using the two SunTM Fortran compilers, f77 (Fortran 77 Release 4.2) and f90 (Fortran 90 Release 1.2). It deals primarily with issues relating to input/output, program development, use and creation of software libraries, program analysis and debugging, numerical accuracy, porting, performance, optimization, parallelization, and the C/Fortran interface.

Discussion of the compiler command-line options and their use can be found in the companion book, Sun Fortran User's Guide.


Note - This guide covers the Sun Fortran 77 and Fortran 90 compilers. The text uses "f77/f90" and "Fortran" to indicate information that is common to both compilers.


Audience

This guide is intended for scientists, engineers, and programmers who have a working knowledge of the Fortran language and wish to learn how to use the Sun Fortran compilers effectively. Familiarity with the SolarisTM operating system or UNIX® in general is also assumed.


Organization of This Guide

This guide is organized into the following chapters and appendixes:


Multiplatform Release

The Sun Fortran documentation covers the release of the Fortran compilers on a number of operating systems and hardware platforms:

Fortran 77 4.2 is released for:

Fortran 90 1.2 is released for:

The Fortran documentation describes the Sun compilers on all the above operating systems and platforms. Issues unique to one or more platforms is identified as "(SPARC)", "(Intel)", "(PowerPC)".


Conventions in Text

This manual uses the following conventions to display information.


Previous Next Contents Index Doc Set Home