mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-17 11:40:50 +01:00
14 lines
395 B
TeX
14 lines
395 B
TeX
\pagebreak
|
|
\section{\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}
|
|
|