OpenMP-Examples/Examples_psections.tex

14 lines
399 B
TeX

\pagebreak
\section{The \code{parallel} \code{sections} Construct}
\label{sec:psections}
In the following example routines \code{XAXIS}, \code{YAXIS}, and \code{ZAXIS} can
be executed concurrently. The first \code{section} directive is optional. Note
that all \code{section} directives need to appear in the \code{parallel sections}
construct.
\cexample{psections}{1}
\fexample{psections}{1}