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

Private GIT Repository
RCE
authorRCE <cramamonjisoa@bilbo.iut-bm.univ-fcomte.fr>
Fri, 17 Apr 2015 15:57:19 +0000 (17:57 +0200)
committerRCE <cramamonjisoa@bilbo.iut-bm.univ-fcomte.fr>
Fri, 17 Apr 2015 15:57:19 +0000 (17:57 +0200)
paper.tex

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..14685281762bbdea585d313bda607e2cddf79a4e 100644 (file)
--- a/paper.tex
+++ b/paper.tex
@@ -0,0 +1,123 @@
+\documentclass[conference]{IEEEtran}
+
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{amsfonts,amssymb}
+\usepackage{amsmath}
+\usepackage{algorithm}
+\usepackage{algpseudocode}
+%\usepackage{amsthm}
+\usepackage{graphicx}
+\usepackage[american]{babel}
+% Extension pour les liens intra-documents (tagged PDF)
+% et l'affichage correct des URL (commande \url{http://example.com})
+%\usepackage{hyperref}
+
+\usepackage{url}
+\DeclareUrlCommand\email{\urlstyle{same}}
+
+\usepackage[autolanguage,np]{numprint}
+\AtBeginDocument{%
+  \renewcommand*\npunitcommand[1]{\text{#1}}
+  \npthousandthpartsep{}}
+
+\usepackage{xspace}
+\usepackage[textsize=footnotesize]{todonotes}
+\newcommand{\AG}[2][inline]{%
+  \todo[color=green!50,#1]{\sffamily\textbf{AG:} #2}\xspace}
+\newcommand{\RC}[2][inline]{%
+  \todo[color=red!10,#1]{\sffamily\textbf{RC:} #2}\xspace}
+\newcommand{\LZK}[2][inline]{%
+  \todo[color=blue!10,#1]{\sffamily\textbf{LZK:} #2}\xspace}
+\newcommand{\RCE}[2][inline]{%
+  \todo[color=yellow!10,#1]{\sffamily\textbf{RCE:} #2}\xspace}
+
+\algnewcommand\algorithmicinput{\textbf{Input:}}
+\algnewcommand\Input{\item[\algorithmicinput]}
+
+\algnewcommand\algorithmicoutput{\textbf{Output:}}
+\algnewcommand\Output{\item[\algorithmicoutput]}
+
+\newcommand{\MI}{\mathit{MaxIter}}
+
+\usepackage{array}
+\usepackage{color, colortbl}
+\newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
+\newcolumntype{Z}[1]{>{\raggedleft}m{#1}}
+
+\newcolumntype{g}{>{\columncolor{Gray}}c}
+\definecolor{Gray}{gray}{0.9}
+
+\begin{document}
+\RCE{Titre a confirmer.}
+\title{Comparative performance analysis of simulated grid-enabled numerical iterative algorithms}
+
+\author{%
+  \IEEEauthorblockN{%
+    Charles Emile Ramamonjisoa and
+    David Laiymani and
+    Arnaud Giersch and
+    Lilia Ziane Khodja and
+    Raphaël Couturier
+  }
+  \IEEEauthorblockA{%
+    Femto-ST Institute - DISC Department\\
+    Université de Franche-Comté\\
+    Belfort\\
+    Email: \email{{raphael.couturier,arnaud.giersch,david.laiymani,charles.ramamonjisoa}@univ-fcomte.fr}
+  }
+}
+
+\maketitle
+
+\begin{abstract}
+ABSTRACT
+
+
+Keywords : Algorithm distributed iterative asynchronous simulation simgrid performance
+
+\end{abstract}
+
+\section{Introduction}
+
+\section{The asynchronous iteration model}
+
+\section{SimGrid}
+
+\section{Simulation of the multisplitting method}
+
+\section{Experiments and results}
+
+\paragraph*{1. Study setup and methodology}
+
+\paragraph*{2. Factors impacting distributed applications performance in a grid environment}
+
+\paragraph*{3. Comparing GMRES and Multisplitting algorithms in synchronous mode}
+
+\paragraph*{4. Comparing GMRES in synchronous mode and Multisplitting algorithms in asynchronous mode}
+
+\section{Conclusion}
+CONCLUSION
+
+
+\section*{Acknowledgment}
+
+
+The authors would like to thank\dots{}
+
+
+% trigger a \newpage just before the given reference
+% number - used to balance the columns on the last page
+% adjust value as needed - may need to be readjusted if
+% the document is modified later
+\bibliographystyle{IEEEtran}
+\bibliography{hpccBib}
+
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% fill-column: 80
+%%% ispell-local-dictionary: "american"
+%%% End: