Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill another old-fashioned simcall
[simgrid.git] / src / simix / smx_host.cpp
2016-01-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-27 Martin Quinsonframe a concept of execution, that will become a s4u...
2016-01-27 Martin Quinsonwhat could have been the use of that construct?
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 Gabriel Corona[s4u] Host snake_case
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-12 Gabriel CoronaRemove surf_host_model_execute_parallel_task()
2016-01-12 Gabriel CoronaRemove surf_host_* functions
2016-01-12 Gabriel CoronaFix stupidly broken indexing in SIMIX_process_parallel_...
2016-01-11 Gabriel CoronaRemove SIMIX wrappers
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_current_power_peak() and SIMIX_ho...
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_properties() and SIMIX_host_get_p...
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin Quinsonkill two more useless calls
2016-01-09 Martin QuinsonC++-ifies a wrapper function, and kill it
2016-01-09 Martin Quinsonbypass simix in simcall to surf::Cpu::setPState
2016-01-09 Martin Quinsonkill useless code
2016-01-08 Gabriel CoronaBypass the C binding layer (surf_action and surf_host)
2016-01-08 Gabriel Corona[simix] Call directly the C++ SURF API instead of calli...
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-07 Martin Quinsongive simgrid::Host a getState() method, and use it
2016-01-04 Martin QuinsonSimplify the code taking Cpu::m_speedPeak changes into...
2015-12-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files