mirror of
https://github.com/OpenMP/Examples.git
synced 2025-04-10 16:32:11 +01:00
Merge branch 'milfeld-work' into work
This commit is contained in:
commit
bf641d0426
@ -63,6 +63,15 @@ Example_SIMD.8f.f
|
|||||||
-Chap-16 (tasking). page 54, 57: "illustrated in $"
|
-Chap-16 (tasking). page 54, 57: "illustrated in $"
|
||||||
illustrated in Section 2.11.3 of the OpenMP 4.0 specification
|
illustrated in Section 2.11.3 of the OpenMP 4.0 specification
|
||||||
|
|
||||||
|
- Fix Make clean
|
||||||
|
|
||||||
|
- Added creation of *.tar.gz and *.zip files in Make
|
||||||
|
|
||||||
|
- VER and VERDATE created in Title_page to be used throughout
|
||||||
|
|
||||||
|
- Reference to github sources in Title_page and Introduction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[6-Jan-2015] Version 4.0.1ltx
|
[6-Jan-2015] Version 4.0.1ltx
|
||||||
Changes from 4.0.1ltx-21Nov-2014
|
Changes from 4.0.1ltx-21Nov-2014
|
||||||
|
@ -57,7 +57,14 @@ worksharing constructs, and synchronization constructs, and they provide support
|
|||||||
sharing and privatizing data. The functionality to control the runtime environment is
|
sharing and privatizing data. The functionality to control the runtime environment is
|
||||||
provided by library routines and environment variables. Compilers that support the
|
provided by library routines and environment variables. Compilers that support the
|
||||||
OpenMP API often include a command line option to the compiler that activates and
|
OpenMP API often include a command line option to the compiler that activates and
|
||||||
allows interpretation of all OpenMP directives.
|
allows interpretation of all OpenMP directives.\\
|
||||||
|
|
||||||
|
The latest source codes for \emph{OpenMP} \emph{Examples} can be downloaded from the sources
|
||||||
|
directory at
|
||||||
|
\href{https://github.com/OpenMP/Examples}{https://github.com/OpenMP/Examples}.
|
||||||
|
The codes for this \emph{OpenMP} \emph{\VER} \emph{Examples} document have the tag v\VER.
|
||||||
|
|
||||||
|
%\href{https://github.com/OpenMP/Examples/tree/master/sources}{https://github.com/OpenMP/Examples/sources}.
|
||||||
|
|
||||||
Complete information about the OpenMP API and a list of the compilers that support
|
Complete information about the OpenMP API and a list of the compilers that support
|
||||||
the OpenMP API can be found at the OpenMP.org web site
|
the OpenMP API can be found at the OpenMP.org web site
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% Title page
|
% Title page
|
||||||
|
|
||||||
|
\newcommand{\VER}{4.0.2}
|
||||||
|
\newcommand{\VERDATE}{March 2015}
|
||||||
|
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\begin{flushleft}
|
\begin{flushleft}
|
||||||
\hspace{-6em} \includegraphics[width=0.4\textwidth]{openmp-logo.png}
|
\hspace{-6em} \includegraphics[width=0.4\textwidth]{openmp-logo.png}
|
||||||
@ -17,11 +20,14 @@
|
|||||||
|
|
||||||
\vspace{1.0in}
|
\vspace{1.0in}
|
||||||
|
|
||||||
\textbf{Version 4.0.2 -- March, 2015}
|
\textbf{Version \VER -- \VERDATE}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{adjustwidth}
|
\end{adjustwidth}
|
||||||
|
|
||||||
\vspace{3.0in}
|
\vspace{2.3in} %was 3.0
|
||||||
|
|
||||||
|
Source codes for \emph{OpenMP} \emph{\VER} \emph{Examples} can be downloaded from
|
||||||
|
\href{https://github.com/OpenMP/Examples/tree/v\VER}{githup}.\\
|
||||||
|
|
||||||
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
|
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
|
||||||
Copyright © 1997-2015 OpenMP Architecture Review Board.\\
|
Copyright © 1997-2015 OpenMP Architecture Review Board.\\
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
|
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
|
||||||
|
|
||||||
% Text to appear in the footer on even-numbered pages:
|
% Text to appear in the footer on even-numbered pages:
|
||||||
\newcommand{\footerText}{OpenMP Examples Version 4.0.2 - March 2015}
|
\newcommand{\footerText}{OpenMP Examples Version \VER - VERDATE}
|
||||||
|
|
||||||
% Unified style sheet for OpenMP documents:
|
% Unified style sheet for OpenMP documents:
|
||||||
\input{openmp.sty}
|
\input{openmp.sty}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user