mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
25 lines
650 B
TeX
25 lines
650 B
TeX
%\pagebreak
|
|
\begin{fortranspecific}[4ex]
|
|
\section{Fortran Restrictions on Storage Association with the \kcode{private} Clause}
|
|
\label{sec:fort_sa_private}
|
|
\index{clauses!private@\kcode{private}}
|
|
\index{private clause@\kcode{private} clause!storage association, Fortran}
|
|
|
|
The following non-conforming examples illustrate the implications of the \kcode{private}
|
|
clause rules with regard to storage association.
|
|
|
|
\pagebreak
|
|
\fnexample{fort_sa_private}{1}
|
|
|
|
\topmarker{Fortran}
|
|
\fnexample{fort_sa_private}{2}
|
|
|
|
\fnexample{fort_sa_private}{3}
|
|
|
|
\fnexample{fort_sa_private}{4}
|
|
|
|
\topmarker{Fortran}
|
|
\fnexample[5.1]{fort_sa_private}{5}
|
|
\end{fortranspecific}
|
|
|