Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'toufic' of github.com:Takishipp/simgrid
[simgrid.git] / examples / smpi / energy / energy.tesh
1 p Test smpi bindings for dvfs functions (C example)
2 $ ../../../smpi_script/bin/smpirun -np 2 -hostfile ${srcdir:=.}/hostfile  -platform ${srcdir:=.}/../../platforms/energy_platform.xml --cfg=smpi/simulate-computation:no ${bindir:=.}/smpi_energy --cfg=plugin:Energy --log=smpi_kernel.thres:warning --log=xbt_cfg.thres:warning
3 > [0.000000] [rank 0] Pstates: 3; Powers: 100000000, 50000000, 20000000
4 > [0.000000] [rank 1] Pstates: 3; Powers: 100000000, 50000000, 20000000
5 > [0.000000] [rank 0] Current pstate: 0; Current power: 100000000
6 > [0.000000] [rank 1] Current pstate: 0; Current power: 100000000
7 > [10.000000] [rank 0] Energy consumed: 1200 Joules.
8 > [10.000000] [rank 1] Energy consumed: 1200 Joules.
9 > [10.000000] [rank 0] Current pstate: 1; Current power: 50000000
10 > [10.000000] [rank 1] Current pstate: 1; Current power: 50000000
11 > [30.000000] [rank 0] Energy consumed: 3400 Joules.
12 > [30.000000] [rank 1] Energy consumed: 3400 Joules.
13 > [30.000000] [rank 0] Current pstate: 2; Current power: 20000000
14 > [30.000000] [rank 1] Current pstate: 2; Current power: 20000000
15 > [80.000000] [rank 0] Energy consumed: 8650 Joules.
16 > [80.000000] [rank 1] Energy consumed: 8650 Joules.
17 > [80.000000] [surf_energy/INFO] Total energy consumption: 25300.000000 Joules (used hosts: 17300.000000 Joules; unused/idle hosts: 8000.000000)
18 > [80.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 8650.000000 Joules
19 > [80.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 8650.000000 Joules
20 > [80.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 8000.000000 Joules