Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into 'rework-energy-plugin'
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 27 Sep 2019 22:01:57 +0000 (00:01 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 27 Sep 2019 22:01:57 +0000 (00:01 +0200)
# Conflicts:
#   include/simgrid/plugins/energy.h

1  2 
MANIFEST.in
examples/s4u/CMakeLists.txt
include/simgrid/plugins/energy.h
src/plugins/host_energy.cpp

diff --cc MANIFEST.in
Simple merge
@@@ -7,13 -7,13 +7,13 @@@ foreach (example actor-create actor-dae
                   app-chainsend app-pingpong app-token-ring
                   async-ready async-wait async-waitany async-waitall async-waituntil
                   cloud-capping cloud-migration cloud-simple
 -                 energy-exec energy-boot energy-link energy-vm
 +                 energy-exec energy-boot energy-link energy-vm energy-exec-ptask
                   engine-filtering
                   exec-async exec-basic exec-dvfs exec-ptask exec-remote exec-waitany
-                  io-async io-file-system io-file-remote io-storage-raw
+                  io-async io-file-system io-file-remote io-disk-raw
                   platform-failures platform-profile platform-properties
                   plugin-hostload
-                  replay-comm replay-storage
+                  replay-comm replay-io
                   routing-get-clusters
                   synchro-barrier synchro-mutex synchro-semaphore)
    add_executable       (s4u-${example} EXCLUDE_FROM_ALL ${example}/s4u-${example}.cpp)
@@@ -27,9 -26,8 +27,9 @@@ XBT_PUBLIC int sg_link_energy_is_inited
  
  #define MSG_host_energy_plugin_init() sg_host_energy_plugin_init()
  #define MSG_host_get_consumed_energy(host) sg_host_get_consumed_energy(host)
- #define MSG_host_get_wattmin_at(host,pstate) sg_host_get_wattmin_at(host,pstate)
- #define MSG_host_get_wattmax_at(host,pstate) sg_host_get_wattmax_at(host,pstate)
- #define MSG_host_get_power_range_slope_at(host,pstate) sg_host_get_power_range_slope_at(host,pstate)
 -#define MSG_host_get_wattmin_at(host, pstate) sg_host_get_wattmin_at((host), (pstate))
 -#define MSG_host_get_wattmax_at(host, pstate) sg_host_get_wattmax_at((host), (pstate))
++#define MSG_host_get_wattmin_at(host,pstate) sg_host_get_wattmin_at((host), (pstate))
++#define MSG_host_get_wattmax_at(host,pstate) sg_host_get_wattmax_at((host), (pstate))
++#define MSG_host_get_power_range_slope_at(host,pstate) sg_host_get_power_range_slope_at((host), (pstate))
  #define MSG_host_get_current_consumption(host) sg_host_get_current_consumption(host)
  
  SG_END_DECL()
Simple merge