]> AND Private Git Repository - book_gpu.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
authorcouturie <couturie@carcariass.(none)>
Thu, 6 Dec 2012 19:46:58 +0000 (20:46 +0100)
committercouturie <couturie@carcariass.(none)>
Thu, 6 Dec 2012 19:46:58 +0000 (20:46 +0100)
BookGPU/BookGPU.tex
BookGPU/Chapters/chapter15/ch15.tex

index 7936982b7942db3b308778243b3cb011aa2e0ec8..9ec425875c4e41a7c520872f316fdd645128d904 100755 (executable)
@@ -14,7 +14,7 @@
 \usepackage{multicol}
 \usepackage{cite}
 \usepackage{algorithm}
-\usepackage{algorithmicx}
+\usepackage{algorithmic}
 \usepackage[lined,boxed,commentsnumbered]{algorithm2e}
 \usepackage{epstopdf}
 \usepackage{url}
index 1eca6ecc065f99e36b13709fdf11ffa9b64dd59b..020ee5165490dbe547d41375c07be2c996de63a1 100644 (file)
@@ -7,7 +7,7 @@ The Queen's University of Belfast}
 
 \newcommand{\fixme}[1]{{\bf #1}}
 
-\chapter{Numerical validation and performance optimization on GPUs of
+\chapter[Numerical validation and performance optimization on GPUs in atomic physics]{Numerical validation and performance optimization on GPUs of
 an application in atomic physics} 
 \label{chapter15}
 
@@ -276,21 +276,21 @@ $\Re^{O}$.
 the output $R$-matrix becomes  the input $R$-matrix 
 for the next evaluation.  
 
-%% \begin{algorithm}
-%% \caption{\label{prop-algo}PROP algorithm}
-%% \begin{algorithmic}
-%% \FOR{all scattering energies}
-%%  \FOR{all sectors}
-%%  \STATE Read amplitude arrays
-%%  \STATE Read correction data
-%% \STATE Construct local $R$-matrices
-%% \STATE From $\Re^{I}$ and local $R$-matrices, compute $\Re^{O}$
-%% \STATE $\Re^{O}$ becomes $\Re^{I}$ for the next sector 
-%%  \ENDFOR
-%%  \STATE Compute physical $R$-Matrix 
-%% \ENDFOR
-%% \end{algorithmic}
-%% \end{algorithm}
+\begin{algorithm}
+\caption{\label{prop-algo}PROP algorithm}
+\begin{algorithmic}
+\FOR{all scattering energies}
+ \FOR{all sectors}
+ \STATE Read amplitude arrays
+ \STATE Read correction data
+\STATE Construct local $R$-matrices
+\STATE From $\Re^{I}$ and local $R$-matrices, compute $\Re^{O}$
+\STATE $\Re^{O}$ becomes $\Re^{I}$ for the next sector 
+ \ENDFOR
+ \STATE Compute physical $R$-Matrix 
+\ENDFOR
+\end{algorithmic}
+\end{algorithm}
 
 
 On the first sector, there is no input $R$-matrix yet. To bootstrap