Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate a tesh file in Java after recent changes
[simgrid.git] / examples / deprecated / java / energy / pstate / energy-pstate.tesh
index 38db7a6..030984b 100644 (file)
@@ -8,9 +8,9 @@ $ ${javacmd:=java} -classpath ${classpath:=.} energy/pstate/Main ${srcdir:=.}/..
 > [MyHost2:dvfs_test:(3) 0.000000] [java/INFO] Current power peak=1.0E8
 > [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Task1 simulation time: 1.0
 > [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2)
+> [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Current power peak=2.0E7
 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Task1 simulation time: 1.0
 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Changing power peak value to 2.0E7 (at index 2)
-> [MyHost1:dvfs_test:(2) 1.000000] [java/INFO] Current power peak=2.0E7
 > [MyHost2:dvfs_test:(3) 1.000000] [java/INFO] Current power peak=2.0E7
 > [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Task2 simulation time: 5.0
 > [MyHost1:dvfs_test:(2) 6.000000] [java/INFO] Count of Processor states=3
@@ -18,8 +18,8 @@ $ ${javacmd:=java} -classpath ${classpath:=.} energy/pstate/Main ${srcdir:=.}/..
 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Task2 simulation time: 5.0
 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Count of Processor states=3
 > [MyHost2:dvfs_test:(3) 6.000000] [java/INFO] Current power peak=2.0E7
-> [6.000000] [surf_energy/INFO] Total energy consumption: 2195.000000 Joules (used hosts: 1595.000000 Joules; unused/idle hosts: 600.000000)
-> [6.000000] [java/INFO] MSG_main finished; Terminating the simulation...
-> [6.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 645.000000 Joules
-> [6.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 950.000000 Joules
-> [6.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 600.000000 Joules
+> [6.000000] [host_energy/INFO] Total energy consumption: 2195.000000 Joules (used hosts: 1595.000000 Joules; unused/idle hosts: 600.000000)
+> [6.000000] [java/INFO] Terminating the simulation...
+> [6.000000] [host_energy/INFO] Energy consumption of host MyHost1: 645.000000 Joules
+> [6.000000] [host_energy/INFO] Energy consumption of host MyHost2: 950.000000 Joules
+> [6.000000] [host_energy/INFO] Energy consumption of host MyHost3: 600.000000 Joules