X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a10acf1eeceb5945d636e9210f2e0d39b235d49b..a0ddbc995a91f65df31157e6310c578e46884cab:/examples/smpi/energy/energy.tesh diff --git a/examples/smpi/energy/energy.tesh b/examples/smpi/energy/energy.tesh index 3dd7c0d328..d3503e3c19 100644 --- a/examples/smpi/energy/energy.tesh +++ b/examples/smpi/energy/energy.tesh @@ -1,10 +1,5 @@ p Test smpi bindings for dvfs functions (C example) -$ ../../../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 -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no' -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'plugin' to 'Energy' +$ ../../../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 > [0.000000] [rank 0] Pstates: 3; Powers: 100000000, 50000000, 20000000 > [0.000000] [rank 1] Pstates: 3; Powers: 100000000, 50000000, 20000000 > [0.000000] [rank 0] Current pstate: 0; Current power: 100000000 @@ -19,7 +14,7 @@ $ ../../../smpi_script/bin/smpirun -np 2 -hostfile ${srcdir:=.}/hostfile -platf > [30.000000] [rank 1] Current pstate: 2; Current power: 20000000 > [80.000000] [rank 0] Energy consumed: 8650 Joules. > [80.000000] [rank 1] Energy consumed: 8650 Joules. -> [80.000000] [surf_energy/INFO] Summed energy consumption: 25300.000000 Joules; used hosts consumed: 17300.000000 Joules; unused (idle) hosts consumed: 8000.000000 -> [80.000000] [surf_energy/INFO] Total energy of host MyHost1: 8650.000000 Joules -> [80.000000] [surf_energy/INFO] Total energy of host MyHost2: 8650.000000 Joules -> [80.000000] [surf_energy/INFO] Total energy of host MyHost3: 8000.000000 Joules +> [80.000000] [surf_energy/INFO] Total energy consumption: 25300.000000 Joules (used hosts: 17300.000000 Joules; unused/idle hosts: 8000.000000) +> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 8650.000000 Joules +> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 8650.000000 Joules +> [80.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 8000.000000 Joules