OpenMP-Examples/data_environment/fort_sa_private.tex
2024-11-13 11:07:08 -08:00

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}