X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b4dc02411d79e4c367d331b85c1b295ec41edff..1ff90bc7103df77877d6860f1f117425afe1a516:/examples/java/energy/consumption/energy-consumption.tesh diff --git a/examples/java/energy/consumption/energy-consumption.tesh b/examples/java/energy/consumption/energy-consumption.tesh deleted file mode 100644 index ed377f7ef7..0000000000 --- a/examples/java/energy/consumption/energy-consumption.tesh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env tesh - -! timeout 15 - -$ ${javacmd:=java} -classpath ${classpath:=.} energy/consumption/Main ${srcdir:=.}/../platforms/energy_platform.xml -> [0.000000] [java/INFO] Using regular java threads. -> [MyHost1:energyConsumer:(1) 0.000000] [java/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] [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] [java/INFO] MSG_main finished; Terminating the simulation... -> [20.000000] [surf_energy/INFO] Energy consumption of host MyHost1: 2200.000000 Joules -> [20.000000] [surf_energy/INFO] Energy consumption of host MyHost2: 2000.000000 Joules -> [20.000000] [surf_energy/INFO] Energy consumption of host MyHost3: 2000.000000 Joules -