Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill both SimDag and Jedule bindings. Cleanups will follow
[simgrid.git] / src /
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Frederic[sonar] cleanup some recent smells
2022-01-02 SUTER Fredericconvert the last two simdag examples. Simdag can die
2022-01-02 SUTER Fredericimplement Activity::destroy when you want to clean...
2021-12-29 Augustin Degommereplay: add an explicit message if an action is not...
2021-12-29 Augustin DegommeTI tracing. Fix source/destination rank in trace, in...
2021-12-27 Martin Quinsoncosmetics in java implem
2021-12-27 Martin Quinsonjava: setup a RAII wrapper to properly deal with GetStr...
2021-12-26 SUTER Fredericpartially plug leak. Do not see why one remains :-/
2021-12-26 SUTER Fredericbe sure the Exec is assigned before getting its host
2021-12-25 Martin QuinsonDocument <backbone> and cosmetics in the platform doc
2021-12-24 Martin QuinsonMark in the DTD which tags are deprecated, and deprecat...
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-24 SUTER Fredericremove old dot loader
2021-12-24 SUTER Fredericmodernize cycle detection in DAGs
2021-12-23 SUTER Fredericallow to retrieve the source and destination of a host...
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-23 SUTER Fredericoops
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER Fredericfix performance issue in simdag tests
2021-12-22 SUTER Fredericfactor call to complete for done activities
2021-12-22 SUTER FredericActivity refactoring
2021-12-22 SUTER Fredericassociate a s4u::Comm to a kernel::activity::CommImpl...
2021-12-22 Martin QuinsonTiny simplifications now that we have a ActorImpl:...
2021-12-22 Martin QuinsonInline another function, in EngineImpl::shutdown
2021-12-22 Martin QuinsonImplement a (cheap) ActorImpl::is_maestro()
2021-12-22 Martin QuinsonMC: chop chop chop
2021-12-22 Martin Quinsonmc: inline a function
2021-12-22 Martin Quinsonmc: Kill dead code
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-20 SUTER Fredericextend failure to parallel activities owned by maestro
2021-12-20 SUTER Fredericallowed to do that in this state too
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-20 SUTER Fredericmake Exec started by maestro fail when a host is turned off
2021-12-16 SUTER Fredericneed to set Exec finish time when created by maestro
2021-12-15 Martin Quinsondocs: fix some broken references in python
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew signal: Activity::on_veto, to detect when an activi...
2021-12-14 Martin QuinsonEngine::run_until: documentation + C bindings
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-14 Martin QuinsonFix ExecImpl::get_remaining to return the right value...
2021-12-13 Augustin DegommePlease GCC-12 which warns us of a (potentially buggy...
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-19 SUTER Fredericcontinue to mess up with simdag
2021-11-13 SUTER Fredericplug leak
2021-11-13 SUTER Fredericfix jedule build
2021-11-12 SUTER Fredericfix 32 bits build (bis, damnit)
2021-11-12 SUTER Fredericfix 32 bits build
2021-11-12 SUTER FredericObjectify SD_task_t
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericrename synchro logging categories (simix->ker)
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-10 SUTER Fredericrefactor exception handling for activities
2021-11-10 SUTER Frederic[sonar] constify
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-11-09 SUTER Fredericrename log category from simix_process to ker_actor
2021-11-09 SUTER Fredericremove timeout_cb only once + cosmetics
2021-11-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-11-09 SUTER Fredericone less include file
2021-11-09 SUTER Fredericit may be a double, but not an int
2021-11-09 SUTER Fredericfix ns3 build (missing namespace)
2021-11-09 SUTER Fredericmove surf_presolve, surf_solve, and surf_get_clock...
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-08 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-05 SUTER Fredericcosmetics
2021-11-05 SUTER Fredericinclude cleanups after deprecation
2021-11-05 SUTER Fredericno reason to die here
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-29 Arnaud GierschSlightly improve coverage for xbt/config.
2021-10-28 Arnaud GierschBe more user-friendly, and give a hint for options...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-27 Arnaud Giersch[mc_dwarf] Continue with a warning on error.
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-27 SUTER Fredericreindent file
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-27 SUTER Frederic[sonar] use shared_ptr instead of new/delete
2021-10-27 SUTER Frederic[sonar] add a few const
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-26 Arnaud GierschAdd default value for variable TRACE_CALL_LOCATION...
2021-10-26 Arnaud GierschComplete error message.
2021-10-26 Arnaud GierschAdd some missing py::call_guard<py::gil_scoped_release>().
2021-10-26 Arnaud GierschRemove various hacks meant to support swapped contexts...
2021-10-26 SUTER Fredericmake Resource:state_event_ private
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-26 Arnaud GierschUse thread contexts by default with python bindings.
2021-10-25 Arnaud GierschReduce scope for py_context.
2021-10-25 Augustin Degommesomehow smpif90 was not handling trace_call_location...
2021-10-25 Augustin Degommefortran: don't generate temporary files when not necessary.
2021-10-24 Martin QuinsonDo not attempt to compile raw contextes when HAVE_RAW_C...
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
next