From: Arnaud Giersch Date: Mon, 23 Oct 2017 11:04:42 +0000 (+0200) Subject: Update SimGrid ref. X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba-papers.git/commitdiff_plain/6f094055a651749526b1a469813d41f6c28f83a6 Update SimGrid ref. --- diff --git a/loba-besteffort/biblio.bib b/loba-besteffort/biblio.bib index 27d24e1..e278b46 100644 --- a/loba-besteffort/biblio.bib +++ b/loba-besteffort/biblio.bib @@ -52,6 +52,21 @@ publisher = {IEEE Computer Society}, } +@Article{casanova+giersch+legrand+al.2014.simgrid, + hal_id = {hal-01017319}, + url = {http://hal.inria.fr/hal-01017319}, + title = {Versatile, Scalable, and Accurate Simulation of Distributed Applications and Platforms}, + author = {Casanova, Henri and Giersch, Arnaud and Legrand, Arnaud and Quinson, Martin and Suter, Fr{\'e}d{\'e}ric}, + publisher = {Elsevier}, + pages = {2899-2917}, + journal = {Journal of Parallel and Distributed Computing}, + volume = {74}, + number = {10}, + year = {2014}, + month = Jun, + pdf = {http://hal.inria.fr/hal-01017319/PDF/simgrid3-journal.pdf}, +} + @Article{cedo+cortes+ripoll+al.2007.convergence, author = {Ced{\'o}, Ferran and Cort{\'e}s, Ana and Ripoll, Ana and Senar, Miquel A. and Luque, Emilio}, diff --git a/loba-besteffort/loba-besteffort.tex b/loba-besteffort/loba-besteffort.tex index 88ad560..c387ad6 100644 --- a/loba-besteffort/loba-besteffort.tex +++ b/loba-besteffort/loba-besteffort.tex @@ -346,7 +346,7 @@ information of the load they will receive, so they can take it into account. In order to test and validate our approaches, we wrote a simulator using the SimGrid -framework~\cite{simgrid.web,casanova+legrand+quinson.2008.simgrid}. This +framework~\cite{simgrid.web,casanova+giersch+legrand+al.2014.simgrid}. This simulator, which consists of about 2,700 lines of C++, allows to run the different load-balancing strategies under various parameters, such as the initial distribution of load, the interconnection topology, the @@ -382,7 +382,7 @@ For the sake of simplicity, a few details were voluntary omitted from these descriptions. For an exhaustive presentation, we refer to the actual source code that was used for the experiments% \footnote{As mentioned before, our simulator relies on the SimGrid - framework~\cite{casanova+legrand+quinson.2008.simgrid}. For the + framework~\cite{casanova+giersch+legrand+al.2014.simgrid}. For the experiments, we used a pre-release of SimGrid 3.7 (Git commit 67d62fca5bdee96f590c942b50021cdde5ce0c07, available from \url{https://gforge.inria.fr/scm/?group_id=12})}, and which is