JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: Fortran User's Guide     Oracle Solaris Studio 12.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  Introduction

2.  Using Solaris Studio Fortran

3.  Fortran Compiler Options

4.  Solaris Studio Fortran Features and Extensions

5.  FORTRAN 77 Compatibility: Migrating to Solaris Studio Fortran

A.  Runtime Error Messages

B.  Features Release History

C.  Fortran Directives Summary

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

L

M

N

O

P

R

S

T

U

V

W

X

O

object files
compile only, index icon3.4.7 –c
name, index icon3.4.66 –o filename
object library search directories, index icon3.4.48 –Lpath
object-oriented Fortran, index icon4.6.13 Object-Oriented Fortran Support
obsolete command-line options, index icon3.3.4 Obsolete Option Flags
octal, index icon4.2.1.2 Alternate Forms of Boolean Constants
OMP_NUM_THREADS, number of threads
index icon3.4.4 –autopar
index icon3.4.145 –xopenmp[={parallel|noopt|none}]
one-trip DO loops, index icon3.4.67 –onetrip
OpenMP, index icon2.3.2.1 OpenMP Parallelization Directives
directives summary, index iconC.3 Fortran OpenMP Directives
OPT directive, index icon2.3.1.5 The OPT Directive
-xmaxopt option, index icon3.4.138 –xmaxopt[=n]
optimization
across source files, index icon3.4.124 –xipo[={0|1|2}]
aliasing, index icon3.4.102 –xalias[=keywords]
floating-point, index icon3.4.34 –fsimple[={1|2|0}]
inline user-written routines, index icon3.4.43 –inline=[%auto][[,][no%]f1,…[no%]fn]
interprocedural, index icon3.4.124 –xipo[={0|1|2}]
levels, index icon3.4.65 –O[n]
link-time, index icon3.4.136 –xlinkopt[={1|2|0}]
loop unrolling, index icon3.4.91 –unroll=n
loop unrolling by directive, index icon2.3.1.3 The UNROLL Directive
math library, index icon3.4.134 –xlibmopt
OPT directive
index icon2.3.1.5 The OPT Directive
index icon3.4.138 –xmaxopt[=n]
PIPELOOP directive, index icon2.3.1.6 The PIPELOOP[=n] Directive
PREFETCH directive, index icon2.3.1.7 The PREFETCH Directives
specify cache, index icon3.4.108 –xcache=c
specify instruction set architecture, index icon3.4.104 –xarch=isa
specify processor, index icon3.4.110 –xchip=c
target hardware, index icon3.4.57 –native
with debugging, index icon3.4.38 –g
with -fast, index icon3.4.23 –fast
options, See command-line options
order of, functions, index icon3.4.115 –xF
order of processing, options, index icon3.2 Options Syntax
overflow
stack, index icon3.4.83 –stackvar
trap on floating-point, index icon3.4.36 –ftrap=t
overindexing, aliasing, index icon3.4.102 –xalias[=keywords]