This guide describes the compile-time environment and command-line options for SunTM Fortran compilers f77 (Fortran 77 Release 4.2) and f90 (Fortran 90 Release 1.2). Run-time error messages and new features of the compilers are listed in appendixes. Additional sources of documentation are listed at the end of this Preface.
Note - In this guide, "f77/f90" and "Fortran" to indicate information that is common to both the Sun Fortran 77 and Fortran 90 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 user guide is organized into the following chapters and appendixes:
Fortran 77 4.2 is released for:
-help)
The following documents are also relevant:
demo% man topic |
Throughout the Fortran documentation, man page references appear with the topic name and man section number: f77(1) is accessed with man f77.
The following man pages are of interest to Fortran user.
Command-Line Help
You can view very brief descriptions of the f77 and f90 command line options by invoking the compiler's -help option as shown below:
Solaris 2.x
/opt/SUNWspro/READMEs/
/my/dir/SUNWspro/READMEs/
READMEs
The READMEs directory contains files that describe new features, software incompatibilities, bugs, and information that was discovered after the manuals were printed. The location of this directory depends on where your software was installed:
Standard Installation
Nonstandard Installation to /my/dir/
Conventions in Text
This guide uses the following conventions to display information.
WRITE( *, * ) 'Hello world' |
demo% echo hello hello demo% |
shows a blank space where that is significant:
|