Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Fredericstupid typo that breaks everything
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-23 SUTER Fredericgive access to first dependency and first successor...
2021-12-23 SUTER Fredericadd a function to know how many successors an activity has
2021-12-22 Martin QuinsonFix make distcheck
2021-12-22 Martin QuinsonExtend the platf-failure example to show how to create...
2021-12-22 Martin QuinsonShow how to programatically attach a state profile...
2021-12-22 SUTER Fredericconvert a simdag test to s4u DAGs
2021-12-22 SUTER Fredericimprove dag-comm example
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER Fredericadd new exemple of dag with comm
2021-12-22 SUTER Fredericfix performance issue in simdag tests
2021-12-22 SUTER Fredericfactor call to complete for done activities
2021-12-22 Martin QuinsonCI: debian:testing now needs an entry point too
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 Frederichey pip!
2021-12-21 SUTER Fredericnew example of dag with I/Os
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-21 SUTER Fredericremove commented code
2021-12-21 SUTER Fredericmove tests on dependencies to a better place
2021-12-21 SUTER Fredericreplace old and counter-intuitive simdag-throttling...
2021-12-21 SUTER Fredericuseless flag, already default value
2021-12-21 SUTER Fredericcosmetics and wrapper
2021-12-20 SUTER Fredericno dangling else
2021-12-20 SUTER Fredericreplace old simdag-fail example by new s4u-dag-failure one
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 Fredericalso display start and finish time on Exec completion
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 QuinsonFix pip builds. Again
2021-12-15 Martin QuinsonFix clang builds
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 QuinsonMissing documentation segment
2021-12-14 SUTER Fredericknow whether an activity has solved all its dependencies
2021-12-14 Martin QuinsonFix pip builds
2021-12-14 Martin QuinsonEngine::run_until: documentation + C bindings
2021-12-14 Martin QuinsonAdd an example for Engine::run_until()
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 Degommesame thing here
2021-12-13 Augustin DegommePlease GCC-12 which warns us of a (potentially buggy...
2021-12-13 Martin QuinsonDocument my last hack
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-12-13 Martin QuinsonAnother reference in foreign language
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI calibration: saving notebook execution
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-12-02 Martin Quinsondoc: Fix indent for cosmetics [noci]
2021-11-19 Augustin Degommethread factory + dlopen privatization seems to be worki...
2021-11-19 Augustin DegommeThis should be fixed by now, remove the workaround...
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 Arnaud Giersch[appveyor] Lazy fix for failing python tests.
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 SUTER Frederic[no-ci] another copy/paste glitch
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 Frederic[no-ci] typos in comments
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
next