]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter12/ch12.aux
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter12 / ch12.aux
1 \relax 
2 \@writefile{toc}{\author{Lilia Ziane Khodja}{}}
3 \@writefile{toc}{\author{Rapha\IeC {\"e}l Couturier}{}}
4 \@writefile{toc}{\author{Jacques Bahi}{}}
5 \@writefile{loa}{\addvspace {10\p@ }}
6 \@writefile{toc}{\contentsline {chapter}{\numberline {11}Solving sparse linear systems with GMRES and CG methods on GPU clusters}{259}}
7 \@writefile{lof}{\addvspace {10\p@ }}
8 \@writefile{lot}{\addvspace {10\p@ }}
9 \newlabel{ch12}{{11}{259}}
10 \@writefile{toc}{\contentsline {section}{\numberline {11.1}Introduction}{259}}
11 \newlabel{ch12:sec:01}{{11.1}{259}}
12 \@writefile{toc}{\contentsline {section}{\numberline {11.2}Krylov iterative methods}{260}}
13 \newlabel{ch12:sec:02}{{11.2}{260}}
14 \newlabel{ch12:eq:01}{{11.1}{260}}
15 \newlabel{ch12:eq:02}{{11.2}{260}}
16 \newlabel{ch12:eq:03}{{11.3}{260}}
17 \newlabel{ch12:eq:11}{{11.4}{261}}
18 \@writefile{toc}{\contentsline {subsection}{\numberline {11.2.1}CG method}{261}}
19 \newlabel{ch12:sec:02.01}{{11.2.1}{261}}
20 \newlabel{ch12:eq:04}{{11.5}{261}}
21 \newlabel{ch12:eq:05}{{11.6}{261}}
22 \newlabel{ch12:eq:06}{{11.7}{261}}
23 \newlabel{ch12:eq:07}{{11.8}{261}}
24 \newlabel{ch12:eq:08}{{11.9}{261}}
25 \newlabel{ch12:eq:09}{{11.10}{261}}
26 \@writefile{loa}{\contentsline {algocf}{\numberline {9}{\ignorespaces Left-preconditioned CG method\relax }}{262}}
27 \newlabel{ch12:alg:01}{{9}{262}}
28 \newlabel{ch12:eq:10}{{11.11}{262}}
29 \@writefile{toc}{\contentsline {subsection}{\numberline {11.2.2}GMRES method}{263}}
30 \newlabel{ch12:sec:02.02}{{11.2.2}{263}}
31 \newlabel{ch12:eq:12}{{11.12}{263}}
32 \newlabel{ch12:eq:13}{{11.13}{263}}
33 \newlabel{ch12:eq:14}{{11.14}{263}}
34 \newlabel{ch12:eq:15}{{11.15}{263}}
35 \newlabel{ch12:eq:16}{{11.16}{263}}
36 \newlabel{ch12:eq:17}{{11.17}{263}}
37 \newlabel{ch12:eq:18}{{11.18}{263}}
38 \newlabel{ch12:eq:19}{{11.19}{263}}
39 \@writefile{loa}{\contentsline {algocf}{\numberline {10}{\ignorespaces Left-preconditioned GMRES method with restarts\relax }}{264}}
40 \newlabel{ch12:alg:02}{{10}{264}}
41 \@writefile{toc}{\contentsline {section}{\numberline {11.3}Parallel implementation on a GPU cluster}{265}}
42 \newlabel{ch12:sec:03}{{11.3}{265}}
43 \@writefile{toc}{\contentsline {subsection}{\numberline {11.3.1}Data partitioning}{265}}
44 \newlabel{ch12:sec:03.01}{{11.3.1}{265}}
45 \@writefile{lof}{\contentsline {figure}{\numberline {11.1}{\ignorespaces A data partitioning of the sparse matrix $A$, the solution vector $x$ and the right-hand side $b$ into four portions.\relax }}{266}}
46 \newlabel{ch12:fig:01}{{11.1}{266}}
47 \@writefile{toc}{\contentsline {subsection}{\numberline {11.3.2}GPU computing}{266}}
48 \newlabel{ch12:sec:03.02}{{11.3.2}{266}}
49 \@writefile{toc}{\contentsline {subsection}{\numberline {11.3.3}Data communications}{267}}
50 \newlabel{ch12:sec:03.03}{{11.3.3}{267}}
51 \@writefile{lof}{\contentsline {figure}{\numberline {11.2}{\ignorespaces Data exchanges between \textit  {Node 1} and its neighbors \textit  {Node 0}, \textit  {Node 2} and \textit  {Node 3}.\relax }}{268}}
52 \newlabel{ch12:fig:02}{{11.2}{268}}
53 \@writefile{lof}{\contentsline {figure}{\numberline {11.3}{\ignorespaces Columns reordering of a sparse sub-matrix.\relax }}{269}}
54 \newlabel{ch12:fig:03}{{11.3}{269}}
55 \@writefile{toc}{\contentsline {section}{\numberline {11.4}Experimental results}{270}}
56 \newlabel{ch12:sec:04}{{11.4}{270}}
57 \@writefile{lof}{\contentsline {figure}{\numberline {11.4}{\ignorespaces General scheme of the GPU cluster of tests composed of six machines, each with two GPUs.\relax }}{270}}
58 \newlabel{ch12:fig:04}{{11.4}{270}}
59 \@writefile{lof}{\contentsline {figure}{\numberline {11.5}{\ignorespaces Sketches of sparse matrices chosen from the Davis collection.\relax }}{271}}
60 \newlabel{ch12:fig:05}{{11.5}{271}}
61 \@writefile{lot}{\contentsline {table}{\numberline {11.1}{\ignorespaces Main characteristics of sparse matrices chosen from the Davis collection.\relax }}{271}}
62 \newlabel{ch12:tab:01}{{11.1}{271}}
63 \@writefile{lot}{\contentsline {table}{\numberline {11.2}{\ignorespaces Performances of the parallel CG method on a cluster of 24 CPU cores vs. on a cluster of 12 GPUs.\relax }}{272}}
64 \newlabel{ch12:tab:02}{{11.2}{272}}
65 \@writefile{lot}{\contentsline {table}{\numberline {11.3}{\ignorespaces Performances of the parallel GMRES method on a cluster 24 CPU cores vs. on cluster of 12 GPUs.\relax }}{272}}
66 \newlabel{ch12:tab:03}{{11.3}{272}}
67 \newlabel{ch12:eq:20}{{11.20}{273}}
68 \@writefile{lof}{\contentsline {figure}{\numberline {11.6}{\ignorespaces Parallel generation of a large sparse matrix by four computing nodes.\relax }}{274}}
69 \newlabel{ch12:fig:06}{{11.6}{274}}
70 \@writefile{lot}{\contentsline {table}{\numberline {11.4}{\ignorespaces Main characteristics of sparse banded matrices generated from those of the Davis collection.\relax }}{274}}
71 \newlabel{ch12:tab:04}{{11.4}{274}}
72 \@writefile{lot}{\contentsline {table}{\numberline {11.5}{\ignorespaces Performances of the parallel CG method for solving linear systems associated to sparse banded matrices on a cluster of 24 CPU cores vs. on a cluster of 12 GPUs.\relax }}{275}}
73 \newlabel{ch12:tab:05}{{11.5}{275}}
74 \@writefile{lot}{\contentsline {table}{\numberline {11.6}{\ignorespaces Performances of the parallel GMRES method for solving linear systems associated to sparse banded matrices on a cluster of 24 CPU cores vs. on a cluster of 12 GPUs.\relax }}{275}}
75 \newlabel{ch12:tab:06}{{11.6}{275}}
76 \@writefile{toc}{\contentsline {section}{\numberline {11.5}Conclusion}{275}}
77 \newlabel{ch12:sec:05}{{11.5}{275}}
78 \@writefile{toc}{\contentsline {section}{Bibliography}{276}}
79 \@setckpt{Chapters/chapter12/ch12}{
80 \setcounter{page}{278}
81 \setcounter{equation}{22}
82 \setcounter{enumi}{4}
83 \setcounter{enumii}{0}
84 \setcounter{enumiii}{0}
85 \setcounter{enumiv}{10}
86 \setcounter{footnote}{0}
87 \setcounter{mpfootnote}{0}
88 \setcounter{part}{5}
89 \setcounter{chapter}{11}
90 \setcounter{section}{5}
91 \setcounter{subsection}{0}
92 \setcounter{subsubsection}{0}
93 \setcounter{paragraph}{0}
94 \setcounter{subparagraph}{0}
95 \setcounter{figure}{6}
96 \setcounter{table}{6}
97 \setcounter{numauthors}{0}
98 \setcounter{parentequation}{46}
99 \setcounter{subfigure}{0}
100 \setcounter{lofdepth}{1}
101 \setcounter{subtable}{0}
102 \setcounter{lotdepth}{1}
103 \setcounter{lstnumber}{50}
104 \setcounter{ContinuedFloat}{0}
105 \setcounter{AlgoLine}{29}
106 \setcounter{algocfline}{10}
107 \setcounter{algocfproc}{10}
108 \setcounter{algocf}{10}
109 \setcounter{proposition}{1}
110 \setcounter{theorem}{0}
111 \setcounter{exercise}{0}
112 \setcounter{example}{0}
113 \setcounter{definition}{0}
114 \setcounter{proof}{1}
115 \setcounter{lstlisting}{0}
116 }