Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize bw and lat in Links: they are now s_surf_metric_t
[simgrid.git] / src / surf / host_ptask_L07.hpp
2016-02-07 Martin Quinsonsanitize bw and lat in Links: they are now s_surf_metric_t
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-02-02 fabienchaixMerge pull request #1 from mquinson/master
2016-02-01 Martin QuinsonMerge pull request #57 from fabienchaix/oldstyle_elemen...
2016-01-31 Martin Quinsonunspecialize the trace setup for CPUs
2016-01-30 Martin QuinsonThese methods are overriden to the same content too
2016-01-29 Martin Quinsonkill dead code: override to the same content
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-25 Martin Quinsonkill an unused parameter in the trace_mgr
2016-01-21 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-21 Martin QuinsonFirst round of refactoring in the event trace stuff
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
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-04 Martin QuinsonDo the right thing in CpuL07::onSpeedChange
2015-12-29 Martin QuinsonGive a p_netcard to simgrid::Host instead of relying...
2015-12-27 Martin QuinsonRename RoutingEdge into NetCard
2015-12-25 Martin Quinsonrename executeParallelTask into L07Action ctor
2015-12-25 Martin Quinsonkill methods overriding super to the exact same content
2015-12-25 Martin QuinsonMake the energy plugin usable with ptask (but not DVFS...
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-22 Martin QuinsonKill unused simgrid::surf::HostAction
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 Quinsonkill unused code
2015-12-20 Martin Quinsonadd some missing 'override' markers in the surf::Host...
2015-12-18 Gabriel Corona[surf] Triggers the destructed callbacks on the full...
2015-12-17 Martin Quinsonnot all resources need a property set, only Host, Link...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-10 Gabriel Corona[surf] Move some code in a simgrid::surf namespace
2015-12-09 Gabriel CoronaRemove 'using namespace foo;' in headers
2015-12-04 Martin Quinsonfurther rename power to speed in surf internals
2015-12-02 Martin Quinsonno need to override stuff to the exact same content
2015-11-29 Martin Quinsonno need to override the super() method to the exact...
2015-11-29 Martin Quinsonrename some symbols around Link::isShared to make their...
2015-11-28 Martin Quinsonpass netElm&CPU as parameter to the host constructor
2015-11-27 Gabriel Corona[surf] Remove power related methods from CpuL07
2015-11-25 Martin QuinsonMake HostL07 behave more like the regular Host
2015-11-06 Martin Quinson[L07] Don't segfault on point-to-point communications
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-01 Gabriel CoronaMark some internal symbols as hidden on ELF in surf
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsonless void*, more sg_host_t
2015-07-20 Martin Quinsonremove Host::communicate() (use network instead)
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonKill models getName() call sites.
2015-07-20 Martin Quinsonreduce a bit the amount of void* (in L07)
2015-07-20 Martin Quinsonrename HostL07Action to L07Action
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-18 Martin Quinsonkill LinkPtr type and make Link* explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/