From fce6f1ee7a792cf332bb87dc9c6f520086a8461c Mon Sep 17 00:00:00 2001 From: couturie Date: Sat, 9 May 2015 11:01:26 +0200 Subject: [PATCH 1/1] coquilles section simgrid --- paper.tex | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/paper.tex b/paper.tex index 43368b7..bf90391 100644 --- a/paper.tex +++ b/paper.tex @@ -258,17 +258,16 @@ consumption. Several studies have demonstrated the accuracy of the simulation compared with execution on real physical architectures. In addition of SMPI, Simgrid provides other API which can be convienent for different distrbuted applications: computational grid applications, High Performance Computing (HPC), -P2P but also clouds applications.In this paper we use the SMPI API. It +P2P but also clouds applications. In this paper we use the SMPI API. It implements about \np[\%]{80} of the MPI 2.0 standard and allows minor modifications of the initial code~\cite{bedaride+degomme+genaud+al.2013.toward} -(see section 4.2). +(see Section~\ref{sec:04.02}). Provided as an input to the simulator, at least $3$ XML files describe the computational grid resources: number of clusters in the grid, number of processors/cores in each cluster, detailed description of the intra and inter - networks and the list of the hosts in each cluster (see the details in - paragraph ?). Simgrid uses a fluid model to simulate the program execution. + networks and the list of the hosts in each cluster (see the details in Section~\ref{sec:expe}). Simgrid uses a fluid model to simulate the program execution. This gives several simulation modes which produce accurate results~\cite{bedaride+degomme+genaud+al.2013.toward, velho+schnorr+casanova+al.2013.validity}. For instance, the "in vivo" mode @@ -664,8 +663,8 @@ efficient for distributed systems with high latency networks. \centering \includegraphics[width=100mm]{cluster_x_nodes_n1_x_n2.pdf} \caption{Various grid configurations with two networks parameters: $N1$ vs. $N2$} -\LZK{CE, remplacer les ``,'' des décimales par un ``.''} -\RCE{ok} +%\LZK{CE, remplacer les ``,'' des décimales par un ``.''} +%\RCE{ok} \label{fig:02} \end{figure} -- 2.39.5