Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
51c5fcfdd01c23d1200067c1d80cc8f30b0e8021
[simgrid.git] / examples / msg / energy / e1 / pstate.tesh
1 #! ./tesh
2
3 p Testing the DVFS-related functions
4
5 ! output sort
6 $ $SG_TEST_EXENV energy/e1/e1$EXEEXT ${srcdir:=.}/../platforms/energy_platform.xml ${srcdir:=.}/energy/e1/deployment_e1.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (1:dvfs_test@MyHost1) Number of Processor states=3
8 > [  0.000000] (2:dvfs_test@MyHost2) Number of Processor states=1
9 > [  0.000000] (1:dvfs_test@MyHost1) Current power peak=100000000.000000
10 > [  0.000000] (2:dvfs_test@MyHost2) Current power peak=100000000.000000
11 > [  1.000000] (1:dvfs_test@MyHost1) Task1 simulation time: 1.000000e+00
12 > [  1.000000] (2:dvfs_test@MyHost2) Task1 simulation time: 1.000000e+00
13 > [  1.000000] (2:dvfs_test@MyHost2) Cannot set pstate 2, host supports only 1 pstates
14 > [  1.000000] (1:dvfs_test@MyHost1) Changing power peak value to 20000000.000000 (at index 2)
15 > [  1.000000] (1:dvfs_test@MyHost1) 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) Number of Processor states=1
18 > [  6.000000] (1:dvfs_test@MyHost1) Current power peak=100000000.000000
19 > [  6.000000] (0:@) Total simulation time: 6.000000e+00