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

Private GIT Repository
Quelque mots sur les expérimentations.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 24 Jun 2011 09:57:35 +0000 (11:57 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 24 Jun 2011 09:57:35 +0000 (11:57 +0200)
supercomp11/biblio.bib
supercomp11/supercomp11.tex

index ddec786fe6548815102026e828d89ec32c5fcadf..1e8c121c97223fee9f8af3a8a7013e7715f1fc1f 100644 (file)
   year =       "2002",
 }
 
+%% inria-00502839, version 1
+%% http://hal.inria.fr/inria-00502839/en/
+@inproceedings{QUINSON:2010:INRIA-00502839:1,
+  hal_id =       {inria-00502839},
+  url =          {http://hal.inria.fr/inria-00502839/en/},
+  title =        {{Synthesizing Generic Experimental Environments for
+                  Simulation}},
+  author =       {Quinson, Martin and Bobelin, Laurent and Suter,
+                  Fr\'ed\'eric},
+  abstract =     {{Experiments play an important role in parallel and
+                  distributed computing. Simulation is a common
+                  experimental technique that relies on abstractions
+                  of the tested application and execution environment
+                  but offers reproducibility of results and fast
+                  exploration of numerous scenarios. This article
+                  focuses on setting up the experimental environment
+                  of a simulation run. First we analyze the
+                  requirements expressed by different research
+                  communities. As the existing tools of the literature
+                  are too specific, we then propose a more generic
+                  experimental environment synthesizer called
+                  SIMULACRUM. This tool allows its users to select a
+                  model of a currently deployed computing grid or
+                  generate a random environment. Then the user can
+                  extract a subset of it that fulfills his/her
+                  requirements. Finally the user can export the
+                  corresponding XML representation.}},
+  language =     {Anglais},
+  affiliation =  {ALGORILLE - INRIA Lorraine - LORIA - INRIA - CNRS :
+                  UMR7503 - Universit\'e Henri Poincar\'e - Nancy I -
+                  Universit\'e Nancy II - Institut National
+                  Polytechnique de Lorraine - Centre de Calcul de
+                  l'inst. national de phy. nucl\'eaire et de phy. des
+                  particules - CC IN2P3 - CNRS : USR6402 - IN2P3},
+  booktitle =    {{Fifth International Conference on P2P, Parallel,
+                  Grid, Cloud and Internet Computing}},
+  address =      {Fukuoka, Japon},
+  audience =     {internationale },
+  year =         {2010},
+  month =        Nov,
+  pdf =
+                  {http://hal.inria.fr/inria-00502839/PDF/simulacrum\_3PGCIC\_2010.pdf},
+}
+
 @Article{sutter.2008.writing,
   author =       {Sutter, Herb},
   title =        {Writing Lock-Free Code: A Corrected Queue},
index 2d6b32f9fe83416293c196b9ed81a48505003692..2cc35eb0eb1c9d0411e2f26b5770144d18f256b3 100644 (file)
@@ -306,8 +306,9 @@ characteristics of the running platform, etc.  Then several metrics
 are issued that permit to compare the strategies.
 
 The simulation model is detailed in the next section (\ref{Sim
-  model}), then the results of the simulations are presented in
-section~\ref{Results}.
+  model}), and the experimental contexts are described in
+section~\ref{Contexts}.  Then the results of the simulations are
+presented in section~\ref{Results}.
 
 \subsection{Simulation model}
 \label{Sim model}
@@ -362,6 +363,17 @@ control messages.  It iteratively runs the following operations:
   iterate too fast.
 \end{itemize}
 
+\subsection{Experimental contexts}
+\label{Contexts}
+
+\textbf{FIXME once the experimentations are done!}
+\begin{description}
+\item[platforms] homogeneous ; heterogeneous generated with the SIMULACRUM tool~\cite{QUINSON:2010:INRIA-00502839:1}
+\item[topologies]
+\item[algorithms]
+\item[etc.]
+\end{description}
+
 \subsection{Validation of our approaches}
 \label{Results}