X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..aad6b6c4c7b1454dd284f822ba6f52e790f42c6e:/include/simgrid/plugins/load.h?ds=sidebyside diff --git a/include/simgrid/plugins/load.h b/include/simgrid/plugins/load.h index 02175c8435..41f95636f6 100644 --- a/include/simgrid/plugins/load.h +++ b/include/simgrid/plugins/load.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2017-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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