]> AND Private Git Repository - rce2015.git/blob - paper.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
RCE
[rce2015.git] / paper.tex
1 \documentclass[conference]{IEEEtran}
2
3 \usepackage[T1]{fontenc}
4 \usepackage[utf8]{inputenc}
5 \usepackage{amsfonts,amssymb}
6 \usepackage{amsmath}
7 \usepackage{algorithm}
8 \usepackage{algpseudocode}
9 %\usepackage{amsthm}
10 \usepackage{graphicx}
11 \usepackage[american]{babel}
12 % Extension pour les liens intra-documents (tagged PDF)
13 % et l'affichage correct des URL (commande \url{http://example.com})
14 %\usepackage{hyperref}
15
16 \usepackage{url}
17 \DeclareUrlCommand\email{\urlstyle{same}}
18
19 \usepackage[autolanguage,np]{numprint}
20 \AtBeginDocument{%
21   \renewcommand*\npunitcommand[1]{\text{#1}}
22   \npthousandthpartsep{}}
23
24 \usepackage{xspace}
25 \usepackage[textsize=footnotesize]{todonotes}
26 \newcommand{\AG}[2][inline]{%
27   \todo[color=green!50,#1]{\sffamily\textbf{AG:} #2}\xspace}
28 \newcommand{\RC}[2][inline]{%
29   \todo[color=red!10,#1]{\sffamily\textbf{RC:} #2}\xspace}
30 \newcommand{\LZK}[2][inline]{%
31   \todo[color=blue!10,#1]{\sffamily\textbf{LZK:} #2}\xspace}
32 \newcommand{\RCE}[2][inline]{%
33   \todo[color=yellow!10,#1]{\sffamily\textbf{RCE:} #2}\xspace}
34
35 \algnewcommand\algorithmicinput{\textbf{Input:}}
36 \algnewcommand\Input{\item[\algorithmicinput]}
37
38 \algnewcommand\algorithmicoutput{\textbf{Output:}}
39 \algnewcommand\Output{\item[\algorithmicoutput]}
40
41 \newcommand{\MI}{\mathit{MaxIter}}
42
43 \usepackage{array}
44 \usepackage{color, colortbl}
45 \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
46 \newcolumntype{Z}[1]{>{\raggedleft}m{#1}}
47
48 \newcolumntype{g}{>{\columncolor{Gray}}c}
49 \definecolor{Gray}{gray}{0.9}
50
51 \begin{document}
52 \RCE{Titre a confirmer.}
53 \title{Comparative performance analysis of simulated grid-enabled numerical iterative algorithms}
54
55 \author{%
56   \IEEEauthorblockN{%
57     Charles Emile Ramamonjisoa and
58     David Laiymani and
59     Arnaud Giersch and
60     Lilia Ziane Khodja and
61     Raphaël Couturier
62   }
63   \IEEEauthorblockA{%
64     Femto-ST Institute - DISC Department\\
65     Université de Franche-Comté\\
66     Belfort\\
67     Email: \email{{raphael.couturier,arnaud.giersch,david.laiymani,charles.ramamonjisoa}@univ-fcomte.fr}
68   }
69 }
70
71 \maketitle
72
73 \begin{abstract}
74 ABSTRACT
75
76
77 Keywords : Algorithm distributed iterative asynchronous simulation simgrid performance
78
79 \end{abstract}
80
81 \section{Introduction}
82
83 \section{The asynchronous iteration model}
84
85 \section{SimGrid}
86
87 \section{Simulation of the multisplitting method}
88
89 \section{Experiments and results}
90
91 \paragraph*{1. Study setup and methodology}
92
93 \paragraph*{2. Factors impacting distributed applications performance in a grid environment}
94
95 \paragraph*{3. Comparing GMRES and Multisplitting algorithms in synchronous mode}
96
97 \paragraph*{4. Comparing GMRES in synchronous mode and Multisplitting algorithms in asynchronous mode}
98
99 \section{Conclusion}
100 CONCLUSION
101
102
103 \section*{Acknowledgment}
104
105
106 The authors would like to thank\dots{}
107
108
109 % trigger a \newpage just before the given reference
110 % number - used to balance the columns on the last page
111 % adjust value as needed - may need to be readjusted if
112 % the document is modified later
113 \bibliographystyle{IEEEtran}
114 \bibliography{hpccBib}
115
116 \end{document}
117
118 %%% Local Variables:
119 %%% mode: latex
120 %%% TeX-master: t
121 %%% fill-column: 80
122 %%% ispell-local-dictionary: "american"
123 %%% End: