mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-04 05:41:33 +01:00
27 lines
1.0 KiB
TeX
27 lines
1.0 KiB
TeX
|
|
\chapter*{Examples}
|
|
\label{chap:examples}
|
|
\addcontentsline{toc}{chapter}{\protect\numberline{}Examples}
|
|
The following are examples of the OpenMP API directives, constructs, and routines.
|
|
\ccppspecificstart
|
|
A statement following a directive is compound only when necessary, and a
|
|
non-compound statement is indented with respect to a directive preceding it.
|
|
\ccppspecificend
|
|
|
|
Each example is labeled as \plc{ename.seqno.ext}, where \plc{ename} is
|
|
the example name, \plc{seqno} is the sequence number in a section, and
|
|
\plc{ext} is the source file extension to indicate the code type and
|
|
source form. \plc{ext} is one of the following:
|
|
\begin{compactitem}
|
|
\item \plc{c} -- C code,
|
|
\item \plc{cpp} -- C++ code,
|
|
\item \plc{f} -- Fortran code in fixed form, and
|
|
\item \plc{f90} -- Fortran code in free form.
|
|
\end{compactitem}
|
|
|
|
Some of the example labels may include version information
|
|
(\code{\small{}omp\_\plc{verno}}) to indicate features that are illustrated
|
|
by an example for a specific OpenMP version, such as ``\plc{scan.1.c}
|
|
\;(\code{\small{}omp\_5.0}).''
|
|
|