From: Martin Quinson Date: Wed, 12 Oct 2016 23:02:18 +0000 (+0200) Subject: fix a Java tesh after Christian recent changes X-Git-Tag: v3_14~343 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1888f515412f0eedee0419f8955134d500393fbe fix a Java tesh after Christian recent changes --- diff --git a/examples/java/energy/consumption/energy_consumption.tesh b/examples/java/energy/consumption/energy_consumption.tesh index 123ffe0463..5b35f4f16a 100644 --- a/examples/java/energy/consumption/energy_consumption.tesh +++ b/examples/java/energy/consumption/energy_consumption.tesh @@ -7,10 +7,10 @@ $ java -classpath ${classpath:=.} energy/consumption/Main ${srcdir:=.}/../platfo > [MyHost1:energyConsumer:(1) 0.000000] [jmsg/INFO] Energetic profile: 100.0:120.0:200.0, 93.0:110.0:170.0, 90.0:105.0:150.0 > [MyHost1:energyConsumer:(1) 0.000000] [jmsg/INFO] Initial peak speed= 1.0E8 flop/s; Energy dissipated = 0.0 J > [MyHost1:energyConsumer:(1) 10.000000] [jmsg/INFO] Currently consumed energy after sleeping 10 sec: 1000.0 -> [MyHost1:energyConsumer:(1) 20.000000] [jmsg/INFO] Currently consumed energy after executing 1E9 flops: 3000.0 +> [MyHost1:energyConsumer:(1) 20.000000] [jmsg/INFO] Currently consumed energy after executing 1E9 flops: 2200.0 > [20.000000] [jmsg/INFO] MSG_main finished; Cleaning up the simulation... > [20.000000] [jmsg/INFO] Total simulation time: 20.0 -> [20.000000] [surf_energy/INFO] Total energy of host MyHost1: 3000.000000 Joules +> [20.000000] [surf_energy/INFO] Total energy of host MyHost1: 2200.000000 Joules > [20.000000] [surf_energy/INFO] Total energy of host MyHost2: 2000.000000 Joules > [20.000000] [surf_energy/INFO] Total energy of host MyHost3: 2000.000000 Joules