Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] Add assertion in run_kernel
[simgrid.git] / src /
2016-01-04 Gabriel Corona[simix] Add assertion in run_kernel
2016-01-04 Gabriel Corona[simix] simcall to run code in kernel mode
2016-01-04 Martin Quinsontiny cosmetics
2016-01-04 Martin QuinsonDo the right thing in CpuL07::onSpeedChange
2016-01-04 Martin QuinsonSimplify the code taking Cpu::m_speedPeak changes into...
2016-01-04 Martin Quinsonadd a comment explaining the current state of the code
2016-01-04 Martin QuinsonCpuTI cleanups: initialize fields, dont overide with...
2016-01-03 Martin Quinsoncleanups in CpuCas01: overrides, initialize fields...
2016-01-03 Martin Quinsoncleanups in CpuTi: overide markers, initialize fields...
2016-01-03 Martin Quinson[CpuTI] don't override pstate handling with THROW_UNIMP...
2016-01-03 Martin Quinsonkill dead code in Cpu constructors
2016-01-02 Martin QuinsonMark another execution path for deletion
2016-01-01 Martin Quinsonsome cleanups in the CPU constructor hierarchy
2015-12-31 Martin Quinsoninitialize fields at declaration, to improve readability
2015-12-30 Martin Quinsonkill dead code
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-28 Martin QuinsonCompile src/instr with g++ so that we can use C++ const...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-27 Martin Quinsonthis is C++
2015-12-27 Martin Quinsongive simgrid::Host a p_cpu field instead of relying...
2015-12-27 Martin Quinsonkill the numerical SURF_HOST_LEVEL
2015-12-27 Martin Quinsoncode simplification: directly give the host name to...
2015-12-27 Martin Quinsonkill dead code
2015-12-26 Martin Quinsonempty surf::Host into simgrid::Host
2015-12-25 Martin Quinsonrename executeParallelTask into L07Action ctor
2015-12-25 Martin Quinsongive a default value at field declaration, not everywhe...
2015-12-25 Martin Quinsonkill methods overriding super to the exact same content
2015-12-25 Martin Quinson[ptask] kill the last global: the maxmin system is...
2015-12-25 Martin Quinson[ptask] remove some static variables
2015-12-25 Martin Quinsoncosmetics and informative comments
2015-12-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
2015-12-24 Martin Quinsonmake MC compile out of tree
2015-12-24 Martin Quinsonport NS3 to the new extension mechanism
2015-12-23 Martin Quinsonrevert a cleanup in Storage that left the lmm_constrain...
2015-12-23 Martin Quinsoncosmetics in Storage
2015-12-23 Martin Quinsonfix a stupid error: actually plug the CPU into the...
2015-12-23 Martin Quinsonsimplify how cpus are plugged into hosts at creation
2015-12-23 Martin Quinsonmove createHost higher in the surf::HostModel hierarchy
2015-12-23 Martin Quinsoncosmetics in VM13
2015-12-23 Martin Quinsongive the VM a link to their PM as a simgrid::Host
2015-12-22 Martin Quinsoninline onliners with lambdas
2015-12-22 Martin Quinsonrename networkLinkCreatedCallbacks into Link::onCreatio...
2015-12-22 Martin Quinson[energy plugin] inline the callbacks using lambda functions
2015-12-22 Martin Quinsonrename callback cpuActionStateChangedCallbacks into...
2015-12-22 Martin QuinsonKill unused simgrid::surf::HostAction
2015-12-22 Martin Quinsoncode simplification
2015-12-22 Martin Quinsoncosmetics in doxygen
2015-12-22 Martin QuinsonKill the surf::Host subclasses (surf::HostModel remain...
2015-12-22 Martin Quinsonpull up another (useless) method in the surf::Host...
2015-12-22 Martin Quinsonpull up two more methods in the surf::Host hierarchy
2015-12-21 Martin Quinsonpush up a method in the surf::Host hierarchy
2015-12-21 Martin Quinsoncosmetics
2015-12-21 Martin Quinsonkill unused code
2015-12-21 Martin Quinsoncode simplification around Host::onDestruction
2015-12-21 Martin Quinsonkill unused callbacks: cpuCreated, cpuDestructed and...
2015-12-21 Martin Quinsonkill some MSC cruft
2015-12-21 Martin QuinsonRemove the ability to write internal plugins in Java
2015-12-20 Martin Quinsonrename host callbacks
2015-12-20 Martin Quinsonmake the host callbacks static to surf::Host instead...
2015-12-20 Martin Quinsonadd some missing 'override' markers in the surf::Host...
2015-12-18 Martin Quinsonrename facets to extensions for clarity sake
2015-12-18 Gabriel Corona[surf] Remove signal-related #defines
2015-12-18 Gabriel Corona[surf] Triggers the destructed callbacks on the full...
2015-12-17 Martin Quinson[surf] new (abstract) class: PropertyHolder, with only...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-17 Gabriel Corona[surf] Use the pointers to simgrid::Host instead of...
2015-12-17 Martin Quinsontiny cleanup
2015-12-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-17 Gabriel CoronaFix CPU registration with Java models
2015-12-17 Gabriel Corona[surf] simgrid::surf::Host, add backlink and attach...
2015-12-17 Gabriel Corona[surf] Add backlinks from Cpu to surf::Host
2015-12-17 Gabriel Corona[surf] Move sg_host_surfcpu_register() out of createCpu()
2015-12-17 Gabriel Corona[xbt] Type-safe Facetable levels
2015-12-16 Martin Quinsoncosmetics
2015-12-16 Martin Quinsonwoops, fix Java after removing an unimplemented function
2015-12-16 Martin Quinsonkill an unimplemented function. Fix #14
2015-12-16 Gabriel Corona[mc] Fix the MC wrt the simgrid::Host modification
2015-12-15 Martin Quinsoninitialize fields at declaration, not everywhere in...
2015-12-15 Martin Quinsoncosmetics: use the implemented features
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Martin Quinsonusing ucontext as a type name for ucontext_t is not...
2015-12-15 Gabriel Corona[surf] Fix bad cast, CpuL07::getModel() is a CpuL07Mode...
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-15 Gabriel Corona[simix] Fix boost context compilation for HAVE_BOOST_CO...
2015-12-14 Martin Quinsonmake it compile when SMPI is disabled
2015-12-14 Martin Quinsonkill dead code
2015-12-12 Martin Quinsonfix build of MC after the recent changes
2015-12-12 Martin Quinsondon't die when libboost_context cannot be loaded
2015-12-11 Luka Stanisic[starpu] using segment index only when there is a priva...
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Martin Quinsonremove dupplicated and broken include
2015-12-11 Luka StanisicMerge remote-tracking branch 'origin/master'
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[java] Fix non extern-C native_to_java_process() declar...
2015-12-11 Gabriel Corona[surf] Fix compilation in enable_debug
2015-12-11 Martin Quinsonmake it compile with paranoid flags activated
2015-12-11 Gabriel Corona[msg] Switch MSG to .cpp
2015-12-11 Gabriel Corona[java] Switch Java bindings to .cpp
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-09 Gabriel CoronaTry to fix header dependency hell
next