Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
08a5aded9dc884de4cc6540eb47e48f0dc779dc1
[simgrid.git] / examples / msg / energy-pstate / energy-pstate.tesh
1 #! ./tesh
2
3 p Testing the DVFS-related functions
4
5 $ ${bindir:=.}/energy-pstate/energy-pstate$EXEEXT ${srcdir:=.}/../platforms/energy_platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
6 > [  0.000000] (1:dvfs_test@MyHost1) Count of Processor states=3
7 > [  0.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
8 > [  0.000000] (1:dvfs_test@MyHost1) Current power peak=100000000.000000
9 > [  0.000000] (2:dvfs_test@MyHost2) Current power peak=100000000.000000
10 > [  1.000000] (1:dvfs_test@MyHost1) Task1 simulation time: 1.000000e+00
11 > [  1.000000] (2:dvfs_test@MyHost2) Task1 simulation time: 1.000000e+00
12 > [  1.000000] (1:dvfs_test@MyHost1) Changing power peak value to 20000000.000000 (at index 2)
13 > [  1.000000] (2:dvfs_test@MyHost2) Changing power peak value to 20000000.000000 (at index 2)
14 > [  1.000000] (1:dvfs_test@MyHost1) Current power peak=20000000.000000
15 > [  1.000000] (2:dvfs_test@MyHost2) Current power peak=20000000.000000
16 > [  6.000000] (1:dvfs_test@MyHost1) Task2 simulation time: 5.000000e+00
17 > [  6.000000] (1:dvfs_test@MyHost1) Count of Processor states=3
18 > [  6.000000] (2:dvfs_test@MyHost2) Task2 simulation time: 5.000000e+00
19 > [  6.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
20 > [  6.000000] (1:dvfs_test@MyHost1) Current power peak=20000000.000000
21 > [  6.000000] (2:dvfs_test@MyHost2) Current power peak=20000000.000000
22 > [  6.000000] (0:maestro@) Total simulation time: 6.000000e+00