Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[PLUGIN] Added the HostLoad plugin
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 14 Mar 2017 09:20:37 +0000 (10:20 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 14 Mar 2017 14:52:02 +0000 (15:52 +0100)
commitbf893303cdcaf2d6a2a93116e6b86570a1d768e4
tree8b524d8d8ba2002a07612579a7761e3491e281ea
parent5328ea4927b5a641a4237e44502fcb5c27e5ddbf
[PLUGIN] Added the HostLoad plugin

This plugin allows users to obtain the flops that have
been computed so far by a particular machine. This counter
can also be reset.
It furthermore has a public getter for the current load, that is,
a function to obtain the value
  0 <=  currently_computed_flops / (no_cores * speed_per_core) <= 1
include/simgrid/plugins/load.h [new file with mode: 0644]
src/surf/plugins/host_load.cpp [new file with mode: 0644]
src/surf/surf_interface.cpp
tools/cmake/DefinePackages.cmake