Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cfd1d7798f320481ad177eb83b1ba4915eee99a1
[simgrid.git] / examples / msg / energy-ptask / energy-ptask.tesh
1 #! ./tesh
2
3 $ $SG_TEST_EXENV energy-ptask/energy-ptask$EXEEXT ${srcdir:=.}/../platforms/energy_platform.xml --energy "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
4 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
5 > [  0.000000] (1:test@MyHost1) First, build a classical parallel task, with 1 Gflop to execute on each node, and 10MB to exchange between each pair
6 > [300.000000] (1:test@MyHost1) Then, build a parallel task involving only computations and no communication (1 Gflop per node)
7 > [310.000000] (1:test@MyHost1) Then, build a parallel task with no computation nor communication (synchro only)
8 > [310.000000] (1:test@MyHost1) Finally, trick the ptask to do a 'remote execution', on host MyHost2
9 > [320.000000] (1:test@MyHost1) Goodbye now!
10 > [320.000000] (0:maestro@) Simulation done.
11 > [320.000000] (0:maestro@) Total energy of host MyHost1: 34000.000000 Joules
12 > [320.000000] (0:maestro@) Total energy of host MyHost2: 35000.000000 Joules
13 > [320.000000] (0:maestro@) Total energy of host MyHost3: 34000.000000 Joules