A P P E N D I X D |
Fortran Directives Summary |
This appendix summarizes the directives recognized by f95 Fortran compiler:
General directives accepted by f95 are described in Chapter 2.
The following directives are only available with f95. See Section 4.8.2, FIXED and FREE Directives for details.
The Sun Fortran 95 compiler supports the OpenMP 2.0 Fortran API. The -openmp compiler flag enables these directives. (See Section , -openmp[={parallel|noopt|stubs|none}]).
See the OpenMP API User's Guide for complete details.
OpenMP parallelization is the preferred parallelization model with Fortran 95. Sun-style parallelization directives are described here for legacy applications, and are detailed in the chapter on parallelization in the Fortran Programming Guide.
Cray-style parallelization directives are detailed in the chapter on parallelization in the Fortran Programming Guide. Requires -mp=cray compiler option.
Copyright © 2004, Sun Microsystems, Inc. All rights reserved.