Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
3d915e1ce4fa32eb39dfc4989bdf23cc4eb13481
[simgrid.git] / examples / msg / energy-pstate / energy-pstate.tesh
1 #! ./tesh
2
3 p Testing the DVFS-related functions
4
5 $ ${bindir:=.}/energy-pstate$EXEEXT ${platfdir}/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] (1:dvfs_test@MyHost1) Current power peak=100000000.000000
8 > [  0.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
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] (1:dvfs_test@MyHost1) Current power peak=20000000.000000
19 > [  6.000000] (2:dvfs_test@MyHost2) Task2 simulation time: 5.000000e+00
20 > [  6.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
21 > [  6.000000] (2:dvfs_test@MyHost2) Current power peak=20000000.000000
22 > [  6.000000] (0:maestro@) Total simulation time: 6.000000e+00
23
24 $ ${bindir:=.}/energy-pstate$EXEEXT ${platfdir}/energy_cluster.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" --cfg=host/model:ptask_L07
25 > [  0.000000] (0:maestro@) Configuration change: Set 'host/model' to 'ptask_L07'
26 > [  0.000000] (0:maestro@) Switching to the L07 model to handle parallel tasks.
27 > [  0.000000] (1:dvfs_test@MyHost1) Count of Processor states=3
28 > [  0.000000] (1:dvfs_test@MyHost1) Current power peak=100000000.000000
29 > [  0.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
30 > [  0.000000] (2:dvfs_test@MyHost2) Current power peak=100000000.000000
31 > [  1.000000] (1:dvfs_test@MyHost1) Task1 simulation time: 1.000000e+00
32 > [  1.000000] (2:dvfs_test@MyHost2) Task1 simulation time: 1.000000e+00
33 > [  1.000000] (1:dvfs_test@MyHost1) Changing power peak value to 20000000.000000 (at index 2)
34 > [  1.000000] (2:dvfs_test@MyHost2) Changing power peak value to 20000000.000000 (at index 2)
35 > [  1.000000] (1:dvfs_test@MyHost1) Current power peak=20000000.000000
36 > [  1.000000] (2:dvfs_test@MyHost2) Current power peak=20000000.000000
37 > [  6.000000] (1:dvfs_test@MyHost1) Task2 simulation time: 5.000000e+00
38 > [  6.000000] (1:dvfs_test@MyHost1) Count of Processor states=3
39 > [  6.000000] (1:dvfs_test@MyHost1) Current power peak=20000000.000000
40 > [  6.000000] (2:dvfs_test@MyHost2) Task2 simulation time: 5.000000e+00
41 > [  6.000000] (2:dvfs_test@MyHost2) Count of Processor states=3
42 > [  6.000000] (2:dvfs_test@MyHost2) Current power peak=20000000.000000
43 > [  6.000000] (0:maestro@) Total simulation time: 6.000000e+00