From 5d99ad1a77aca5ab3fc29885573e1fa621b445a2 Mon Sep 17 00:00:00 2001 From: Kent Milfeld Date: Tue, 24 Mar 2015 13:11:07 -0500 Subject: [PATCH] Github reference, Makefile: clean fix, create .tar and .zip --- Changes.log | 9 +++++++++ Introduction_Chapt.tex | 6 +++++- Title_Page.tex | 10 ++++++++-- openmp-examples.tex | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Changes.log b/Changes.log index 62647db..bb9d813 100644 --- a/Changes.log +++ b/Changes.log @@ -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 diff --git a/Introduction_Chapt.tex b/Introduction_Chapt.tex index c84ef42..26251a5 100644 --- a/Introduction_Chapt.tex +++ b/Introduction_Chapt.tex @@ -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 diff --git a/Title_Page.tex b/Title_Page.tex index f8c786b..2d7719e 100644 --- a/Title_Page.tex +++ b/Title_Page.tex @@ -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.\\ diff --git a/openmp-examples.tex b/openmp-examples.tex index cd0fa46..fc3a72f 100644 --- a/openmp-examples.tex +++ b/openmp-examples.tex @@ -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}