mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
24 lines
616 B
TeX
24 lines
616 B
TeX
\pagebreak
|
|
\chapter{Fortran Restrictions on Storage Association with the \code{private} Clause}
|
|
\fortranspecificstart
|
|
\label{chap:fort_sa_private}
|
|
|
|
The following non-conforming examples illustrate the implications of the \code{private}
|
|
clause rules with regard to storage association.
|
|
|
|
\fnexample{fort_sa_private}{1f}
|
|
|
|
\fnexample{fort_sa_private}{2f}
|
|
% blue line floater at top of this page for "Fortran, cont."
|
|
\begin{figure}[t!]
|
|
\linewitharrows{-1}{dashed}{Fortran (cont.)}{8em}
|
|
\end{figure}
|
|
|
|
\fnexample{fort_sa_private}{3f}
|
|
|
|
\fnexample{fort_sa_private}{4f}
|
|
|
|
\fnexample{fort_sa_private}{5f}
|
|
\fortranspecificend
|
|
|