Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Update HostDvfs class documentation
[simgrid.git] / src / surf /
2018-03-01 Christian Heinrich[DVFS] Update HostDvfs class documentation
2018-03-01 Christian Heinrich[DVFS] Fix getAverageLoad(): Use theor_max_flops
2018-03-01 Christian Heinrich[DVFS] Fix reset() and getCurrentLoad()
2018-03-01 Christian Heinrich[DVFS] Fix the update() method.
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_avg_load(host)
2018-03-01 Christian Heinrich[DVFS] Add function sg_host_get_idle_time(host)
2018-03-01 Christian Heinrich[DVFS] Add several new member vars for new features
2018-03-01 Christian Heinrich[DVFS] Move config names to a const variable
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-20 Frederic Sutercosmetics
2018-02-18 Martin Quinsondo not mix the enums (good catch, sonar)
2018-02-18 Martin Quinsonsonar prefers dupplicated code to missing breaks
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-18 Martin Quinsonuse SPLITDUPLEX internally instead of FULLDUPLEX
2018-02-16 Martin Quinsonsonar: don't use auto for pointers, but auto*
2018-02-14 Christian Heinrich[DVFS] Clean up the mess I made before; move to unique_ptr
2018-02-13 Christian Heinrich[DVFS] Move plugin::HostDvfs to plugin::dvfs::HostDvfs
2018-02-13 Christian Heinrich[DVFS] Make debug statement more verbose
2018-02-13 Christian Heinrich[DVFS] Added 'override' specifier
2018-02-13 Christian Heinrich[PLUGIN] Remove local variable and comment in host_load.cpp
2018-02-13 Christian Heinrich[DVFS] Cosmetics as proposed by clang-format
2018-02-13 Christian Heinrich[DVFS] Make governors individually configurable for...
2018-02-13 Christian Heinrich[DVFS] Add/change debug statements for dvfs governors
2018-02-13 Christian Heinrich[DVFS] Use local variable for pstate computation
2018-02-13 Christian Heinrich[DVFS] Fix load calculation for Dvfs governors
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 Christian Heinrich[HostLoad] Load is currently 0 because of integer divis...
2018-02-13 Christian Heinrich[HostLoad] Ignore VM's ...
2018-02-13 Christian Heinrich[SURF] Move Action::suspended_ to new enum class Suspen...
2018-02-13 Martin Quinsoncosmetics
2018-02-13 Arnaud GierschKill unused function surf_parse_warn().
2018-02-13 Arnaud GierschKill unused function instr_platform_traced().
2018-02-13 Arnaud GierschKill unused function TRACE_surf_action().
2018-02-13 Arnaud GierschKill unused private variable surf_action_state_names[].
2018-02-13 Arnaud GierschHostAction was killed a long time ago.
2018-02-08 Martin Quinsonmore C++ around ns3
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschAdd virtual destructor.
2018-02-07 Arnaud GierschRemove semicolon (No, Sonar, it's not commented code).
2018-02-06 Martin Quinsonsonar don't like to have commented code, so hide it...
2018-02-05 Arnaud GierschUse explicit extern "C" in cpp file.
2018-02-05 Arnaud GierschMake constructors explicit.
2018-02-05 Arnaud GierschParameter is not used.
2018-02-05 Arnaud GierschFix build with MC (simgrid::xbt::string).
2018-02-05 Martin Quinsonfix build of dvfs plugin with warning enabled
2018-02-05 Christian Heinrich[DVFS] Cosmetics / indent as suggested by clang-format
2018-02-05 Christian Heinrich[DVFS] Remove MSG from DVFS plugin and make it more...
2018-02-05 Christian Heinrich[DVFS] Rephrase debug statements
2018-02-05 Christian Heinrich[PLUGINS] Initial commit for the Dvfs plugin (frequency...
2018-02-03 Martin Quinsonobey our coding style
2018-01-31 Martin Quinsondirectly store the ns3Node, don't rely on a num ID...
2018-01-31 Martin Quinsontry to ensure that link_energy plugin is inited in...
2018-01-30 Martin Quinsonmake an interesting error message when mixing link_ener...
2018-01-29 Martin Quinsonfix formatting issues (%u for unsigned)
2018-01-28 Martin Quinsonns3: much more debug info, and restore the SetCloseCall...
2018-01-27 Martin Quinsonns3: no segfault anymore, but a deadlock when using...
2018-01-27 Martin Quinsonfix the creation of links in NS3
2018-01-25 Martin Quinsonget ns3 to compile (but still fails)
2018-01-23 Frederic Sutermessing around MSG
2018-01-22 Frederic SuterClose #105
2018-01-17 Martin Quinsonfix sg_host_get_current_consumption() to do the same...
2018-01-12 Frederic Suteruse enum class for cluster topology
2018-01-12 Frederic Suterone more class in platform creation
2018-01-12 Frederic Suterkill dead code
2018-01-11 Frederic Suterrefactoring and cosmetics
2018-01-11 Frederic Suteruse class and enum class in Actor parsing
2018-01-11 Frederic Suteruse enum class for trace connect kind
2018-01-11 Frederic SuterMessing up with VM
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-28 Arnaud GierschShutdown Engine first, and fix double-free errors.
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Martin Quinsonmake ns3 not segfault anymore. Now it timeouts
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-12 Arnaud GierschFields are declared in Model, delete them in ~Model.
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-04 Arnaud GierschSimplify some indirections.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-03 Arnaud GierschFix comment.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Suterhave disk size in the extension too
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Martin Quinsonmove LMM-related stuff to its directory
2017-11-28 Martin Quinsonreduce differences between host and link energy plugin
2017-11-27 Martin Quinsonlink energy: inline several callbacks
next