From fa31324a1dabd6a27d423f8e76a357b9d60422fc Mon Sep 17 00:00:00 2001 From: SUTER Frederic Date: Thu, 20 Jan 2022 15:46:47 +0100 Subject: [PATCH] forgot one --- .../deprecated/java/energy/consumption/energy-consumption.tesh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deprecated/java/energy/consumption/energy-consumption.tesh b/examples/deprecated/java/energy/consumption/energy-consumption.tesh index e125d6eb11..8a28d5c394 100644 --- a/examples/deprecated/java/energy/consumption/energy-consumption.tesh +++ b/examples/deprecated/java/energy/consumption/energy-consumption.tesh @@ -8,7 +8,7 @@ $ ${javacmd:=java} -classpath ${classpath:=.} energy/consumption/Main ${srcdir:= > [MyHost1:energyConsumer:(1) 0.000000] [java/INFO] Initial peak speed= 1.0E8 flop/s; Energy dissipated = 0.0 J > [MyHost1:energyConsumer:(1) 10.000000] [java/INFO] Currently consumed energy after sleeping 10 sec: 1000.0 > [MyHost1:energyConsumer:(1) 20.000000] [java/INFO] Currently consumed energy after executing 1E9 flops: 2200.0 -> [20.000000] [surf_energy/INFO] Total energy consumption: 6200.000000 Joules (used hosts: 2200.000000 Joules; unused/idle hosts: 4000.000000) +> [20.000000] [host_energy/INFO] Total energy consumption: 6200.000000 Joules (used hosts: 2200.000000 Joules; unused/idle hosts: 4000.000000) > [20.000000] [java/INFO] Terminating the simulation... > [20.000000] [java/INFO] Total simulation time: 20.0 > [20.000000] [host_energy/INFO] Energy consumption of host MyHost1: 2200.000000 Joules -- 2.20.1