1 \documentclass[conference]{IEEEtran}
3 \usepackage[T1]{fontenc}
4 \usepackage[utf8]{inputenc}
5 \usepackage{amsfonts,amssymb}
8 \usepackage{algpseudocode}
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}
17 \DeclareUrlCommand\email{\urlstyle{same}}
19 \usepackage[autolanguage,np]{numprint}
21 \renewcommand*\npunitcommand[1]{\text{#1}}
22 \npthousandthpartsep{}}
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}
35 \algnewcommand\algorithmicinput{\textbf{Input:}}
36 \algnewcommand\Input{\item[\algorithmicinput]}
38 \algnewcommand\algorithmicoutput{\textbf{Output:}}
39 \algnewcommand\Output{\item[\algorithmicoutput]}
41 \newcommand{\MI}{\mathit{MaxIter}}
44 \usepackage{color, colortbl}
45 \newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
46 \newcolumntype{Z}[1]{>{\raggedleft}m{#1}}
48 \newcolumntype{g}{>{\columncolor{Gray}}c}
49 \definecolor{Gray}{gray}{0.9}
52 \RCE{Titre a confirmer.}
53 \title{Comparative performance analysis of simulated grid-enabled numerical iterative algorithms}
57 Charles Emile Ramamonjisoa and
60 Lilia Ziane Khodja and
64 Femto-ST Institute - DISC Department\\
65 Université de Franche-Comté\\
67 Email: \email{{raphael.couturier,arnaud.giersch,david.laiymani,charles.ramamonjisoa}@univ-fcomte.fr}
77 Keywords : Algorithm distributed iterative asynchronous simulation simgrid performance
81 \section{Introduction}
83 \section{The asynchronous iteration model}
87 \section{Simulation of the multisplitting method}
89 \section{Experiments and results}
91 \paragraph*{1. Study setup and methodology}
93 \paragraph*{2. Factors impacting distributed applications performance in a grid environment}
95 \paragraph*{3. Comparing GMRES and Multisplitting algorithms in synchronous mode}
97 \paragraph*{4. Comparing GMRES in synchronous mode and Multisplitting algorithms in asynchronous mode}
103 \section*{Acknowledgment}
106 The authors would like to thank\dots{}
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}
122 %%% ispell-local-dictionary: "american"