Skip to content

Commit bf641d0

Browse files
author
Henry Jin
committed
Merge branch 'milfeld-work' into work
2 parents 8f1266e + a17ad37 commit bf641d0

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

Changes.log

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ Example_SIMD.8f.f
6363
-Chap-16 (tasking). page 54, 57: "illustrated in $"
6464
illustrated in Section 2.11.3 of the OpenMP 4.0 specification
6565

66+
- Fix Make clean
67+
68+
- Added creation of *.tar.gz and *.zip files in Make
69+
70+
- VER and VERDATE created in Title_page to be used throughout
71+
72+
- Reference to github sources in Title_page and Introduction
73+
74+
6675

6776
[6-Jan-2015] Version 4.0.1ltx
6877
Changes from 4.0.1ltx-21Nov-2014

Introduction_Chapt.tex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ \chapter*{Introduction}
5757
sharing and privatizing data. The functionality to control the runtime environment is
5858
provided by library routines and environment variables. Compilers that support the
5959
OpenMP API often include a command line option to the compiler that activates and
60-
allows interpretation of all OpenMP directives.
60+
allows interpretation of all OpenMP directives.\\
61+
62+
The latest source codes for \emph{OpenMP} \emph{Examples} can be downloaded from the sources
63+
directory at
64+
\href{https://github.com/OpenMP/Examples}{https://github.com/OpenMP/Examples}.
65+
The codes for this \emph{OpenMP} \emph{\VER} \emph{Examples} document have the tag v\VER.
66+
67+
%\href{https://github.com/OpenMP/Examples/tree/master/sources}{https://github.com/OpenMP/Examples/sources}.
6168

6269
Complete information about the OpenMP API and a list of the compilers that support
6370
the OpenMP API can be found at the OpenMP.org web site

Title_Page.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
% Title page
33

4+
\newcommand{\VER}{4.0.2}
5+
\newcommand{\VERDATE}{March 2015}
6+
47
\begin{titlepage}
58
\begin{flushleft}
69
\hspace{-6em} \includegraphics[width=0.4\textwidth]{openmp-logo.png}
@@ -17,11 +20,14 @@
1720

1821
\vspace{1.0in}
1922

20-
\textbf{Version 4.0.2 -- March, 2015}
23+
\textbf{Version \VER -- \VERDATE}
2124
\end{center}
2225
\end{adjustwidth}
2326

24-
\vspace{3.0in}
27+
\vspace{2.3in} %was 3.0
28+
29+
Source codes for \emph{OpenMP} \emph{\VER} \emph{Examples} can be downloaded from
30+
\href{https://github.com/OpenMP/Examples/tree/v\VER}{githup}.\\
2531

2632
\begin{adjustwidth}{0pt}{1em}\setlength{\parskip}{0.25\baselineskip}%
2733
Copyright © 1997-2015 OpenMP Architecture Review Board.\\

openmp-examples.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
\documentclass[10pt,letterpaper,twoside,makeidx,hidelinks]{scrreprt}
4949

5050
% Text to appear in the footer on even-numbered pages:
51-
\newcommand{\footerText}{OpenMP Examples Version 4.0.2 - March 2015}
51+
\newcommand{\footerText}{OpenMP Examples Version \VER - VERDATE}
5252

5353
% Unified style sheet for OpenMP documents:
5454
\input{openmp.sty}

0 commit comments

Comments
 (0)