From: Arnaud Giersch Date: Fri, 24 Jun 2011 09:57:35 +0000 (+0200) Subject: Quelque mots sur les expérimentations. X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba-papers.git/commitdiff_plain/c3657785d32fb5eb5d056044829cc270f154f7eb Quelque mots sur les expérimentations. --- diff --git a/supercomp11/biblio.bib b/supercomp11/biblio.bib index ddec786..1e8c121 100644 --- a/supercomp11/biblio.bib +++ b/supercomp11/biblio.bib @@ -72,6 +72,50 @@ 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}, diff --git a/supercomp11/supercomp11.tex b/supercomp11/supercomp11.tex index 2d6b32f..2cc35eb 100644 --- a/supercomp11/supercomp11.tex +++ b/supercomp11/supercomp11.tex @@ -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}