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

Private GIT Repository
Start of text about SimGrid. More to come.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 Apr 2014 21:41:34 +0000 (23:41 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 14 Apr 2014 21:56:46 +0000 (23:56 +0200)
hpcc.tex
hpccBib.bib

index 7389e3e2e665b47340de7b6869da50b430a311b5..ab6e020e98836594820e875ab29cc7ab656875d7 100644 (file)
--- a/hpcc.tex
+++ b/hpcc.tex
@@ -173,12 +173,33 @@ our future work after the results.
 
 \section{SimGrid}
 
 
 \section{SimGrid}
 
-\AG{Décrire SimGrid~\cite{casanova+legrand+quinson.2008.simgrid,SimGrid} (Arnaud)}
+SimGrid~\cite{casanova+legrand+quinson.2008.simgrid,SimGrid} is a simulation
+framework to sudy the behavior of large-scale distributed systems.  As its name
+says, it emanates from the grid computing community, but is nowadays used to
+study grids, clouds, HPC or peer-to-peer systems.
+%- open source, developped since 1999, one of the major solution in the field
+%
+SimGrid provides several programming interfaces: MSG to simulate Concurrent
+Sequential Processes, SimDAG to simulate DAGs of (parallel) tasks, and SMPI to
+run real applications written in MPI~\cite{MPI}.  Apart from the native C
+interface, SimGrid provides bindings for the C++, Java, Lua and Ruby programming
+languages.  The SMPI interface supports applications written in C or Fortran,
+with little or no modifications.
+%- implements most of MPI-2 \cite{ref} standard [CHECK]
+
+%%% explain simulation
+%- simulated processes folded in one real process
+%- simulates interactions on the network, fluid model
+%- able to skip long-lasting computations
+%- traces + visu?
 
 
-%%% brief history?
-%%% programming interfaces: MSG, SimDAG, SMPI
 %%% platforms
 %%% platforms
-%%% validation?
+%- describe resources and their interconnection, with their properties
+%- XML files
+
+%%% validation + refs
+
+\AG{Décrire SimGrid~\cite{casanova+legrand+quinson.2008.simgrid,SimGrid} (Arnaud)}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \section{Simulation of the multisplitting method}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \section{Simulation of the multisplitting method}
index 3308b135b824a90c118842ead8fdab142537f17e..38ef6e776f6838e65675ae68dc1bb5dfea447b48 100644 (file)
@@ -27,3 +27,10 @@ year = {1986}
   key =          {SimGrid},
   year =         2014,
 }
   key =          {SimGrid},
   year =         2014,
 }
+
+@Electronic{MPI,
+  title =        {{M}essage {P}assing {I}nterface {MPI} Forum},
+  url =          {http://www.mpi-forum.org/},
+  key =          {MPI},
+  year =         2014,
+}