Github reference, Makefile: clean fix, create .tar and .zip

This commit is contained in:
Kent Milfeld 2015-03-24 13:11:07 -05:00
parent 8f1266e3fe
commit 5d99ad1a77
4 changed files with 23 additions and 4 deletions

View File

@ -63,6 +63,15 @@ Example_SIMD.8f.f
-Chap-16 (tasking). page 54, 57: "illustrated in $"
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
Changes from 4.0.1ltx-21Nov-2014

View File

@ -57,7 +57,11 @@ worksharing constructs, and synchronization constructs, and they provide support
sharing and privatizing data. The functionality to control the runtime environment is
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
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
\href{https://github.com/OpenMP/Examples/sources}{https://github.com/OpenMP/Examples/sources}.
The codes for this \emph{OpenMP} \emph{\VER} \emph{Examples} document have the tag v\VER.
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

View File

@ -1,6 +1,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title page
\newcommand{\VER}{4.0.2}
\newcommand{\VERDATE}{March 2015}
\begin{titlepage}
\begin{flushleft}
\hspace{-6em} \includegraphics[width=0.4\textwidth]{openmp-logo.png}
@ -17,11 +20,14 @@
\vspace{1.0in}
\textbf{Version 4.0.2 -- March, 2015}
\textbf{Version \VER -- VERDATE}
\end{center}
\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}%
Copyright © 1997-2015 OpenMP Architecture Review Board.\\

View File

@ -48,7 +48,7 @@
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
% 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:
\input{openmp.sty}