Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Feb 2015 15:01:56 +0000 (16:01 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 22 Feb 2015 15:01:56 +0000 (16:01 +0100)
examples/msg/energy/e2/e2.c
examples/msg/energy/e2/energy_consumption.tesh

index 2d46b2b..dbfe96f 100644 (file)
@@ -75,7 +75,7 @@ int dvfs(int argc, char *argv[])
                  MSG_host_get_current_power_peak(host), MSG_host_get_consumed_energy(host));
 
   // =========== Turn the other host off ==========
                  MSG_host_get_current_power_peak(host), MSG_host_get_consumed_energy(host));
 
   // =========== Turn the other host off ==========
-  XBT_INFO("Turning MyHost2 off, and sleeping another 10 seconds. MyHost2 disipated %.0f J so far.",
+  XBT_INFO("Turning MyHost2 off, and sleeping another 10 seconds. MyHost2 dissipated %.0f J so far.",
                  MSG_host_get_consumed_energy(MSG_get_host_by_name("MyHost2")) );
   MSG_host_off(MSG_get_host_by_name("MyHost2"));
   start = MSG_get_clock();
                  MSG_host_get_consumed_energy(MSG_get_host_by_name("MyHost2")) );
   MSG_host_off(MSG_get_host_by_name("MyHost2"));
   start = MSG_get_clock();
index 574fde4..8f1e1ce 100644 (file)
@@ -15,7 +15,7 @@ $ $SG_TEST_EXENV energy/e2/e2$EXEEXT ${srcdir:=.}/../platforms/energy_platform.x
 > [ 16.000000] (1:dvfs_test@MyHost1) Task done (duration: 5.00 s). Current peak speed=2E+07 flop/s; Energy dissipated=1900 J
 > [ 16.000000] (1:dvfs_test@MyHost1) Sleep for 4 seconds
 > [ 20.000000] (1:dvfs_test@MyHost1) Done sleeping (duration: 4.00 s). Current peak speed=2E+07 flop/s; Energy dissipated=2260 J
 > [ 16.000000] (1:dvfs_test@MyHost1) Task done (duration: 5.00 s). Current peak speed=2E+07 flop/s; Energy dissipated=1900 J
 > [ 16.000000] (1:dvfs_test@MyHost1) Sleep for 4 seconds
 > [ 20.000000] (1:dvfs_test@MyHost1) Done sleeping (duration: 4.00 s). Current peak speed=2E+07 flop/s; Energy dissipated=2260 J
-> [ 20.000000] (1:dvfs_test@MyHost1) Turning MyHost2 off, and sleeping another 10 seconds. MyHost2 disipated 2000 J so far.
+> [ 20.000000] (1:dvfs_test@MyHost1) Turning MyHost2 off, and sleeping another 10 seconds. MyHost2 dissipated 2000 J so far.
 > [ 30.000000] (0:@) Total simulation time: 30.00
 > [ 30.000000] (0:@) Total energy of host MyHost1: 3160.000000 Joules
 > [ 30.000000] (0:@) Total energy of host MyHost2: 2100.000000 Joules
 > [ 30.000000] (0:@) Total simulation time: 30.00
 > [ 30.000000] (0:@) Total energy of host MyHost1: 3160.000000 Joules
 > [ 30.000000] (0:@) Total energy of host MyHost2: 2100.000000 Joules