Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update python/clusters-multicpu to the new API.
[simgrid.git] / include / simgrid / plugins / load.h
index e2efbdd7e8af1bc4481a1495e6acc2a005539ea0..41f95636f6eeaa09912fa4a8db7864d287df8ec7 100644 (file)
@@ -29,19 +29,6 @@ XBT_PUBLIC double sg_link_get_avg_load(const_sg_link_t link);
 XBT_PUBLIC double sg_link_get_min_instantaneous_load(const_sg_link_t link);
 XBT_PUBLIC double sg_link_get_max_instantaneous_load(const_sg_link_t link);
 
-#if SIMGRID_HAVE_MSG
-
-#define MSG_host_load_plugin_init() sg_host_load_plugin_init()
-/** @brief Returns the current load of that host, as a ratio = achieved_flops / (core_current_speed * core_amount)
- *
- *  See simgrid::plugin::HostLoad::get_current_load() for the full documentation.
- */
-#define MSG_host_get_current_load(host) sg_host_get_current_load(host)
-#define MSG_host_get_computed_flops(host) sg_host_get_computed_flops(host)
-#define MSG_host_get_avg_load(host) sg_host_get_avg_load(host)
-
-#endif // SIMGRID_HAVE_MSG
-
 SG_END_DECL
 
 #endif