Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto smpi: start lab 3 (Execution Sampling)
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 18 Sep 2018 20:14:45 +0000 (22:14 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 18 Sep 2018 20:14:50 +0000 (22:14 +0200)
But I'm stuck because that version of the NAS benchmarks is in
Fortran, and I fear that our macro don't work in this case...

docs/source/tuto_smpi.rst

index f886d6a..7bc1e13 100644 (file)
@@ -458,4 +458,15 @@ is computationally hungry.
 
 .. todo:: smpi_replay should be installed by SimGrid, and smpirun interface could be simplified here.
 
+Lab 3: Execution Sampling on EP
+-------------------------------
+
+The second method to speed up simulations is to sample the computation parts in the code.
+This means that the person doing the simulation needs to know the application and identify
+parts that are compute intensive and take time, while being regular enough not to ruin
+simulation accuracy. Furthermore there should not be any MPI calls inside such parts of the
+code.
+
+Use the EP benchmark, class B, 16 processes.
+
 ..  LocalWords:  SimGrid