Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-12-27 Bruno Donassolo[CR] Minor improvement.
2021-12-24 Bruno DonassoloAdd bugfix in changelog
2021-12-24 Bruno DonassoloFix make distcheck, as usual...
2021-12-24 Bruno DonassoloFix test (no timing changes)
2021-12-24 Bruno DonassoloFix multicore ptask with communications
2021-12-24 Mael Madonadd the tesh file with expected behavior of unit test...
2021-12-24 Mael MadonExtend 1 unit test and add 1 other for multicore ptast...
2021-12-24 Mael Madonfix too loose assert for changing pstate
2021-12-24 Mael Madoncorrect computation time after changing pstate. Fix...
2021-12-24 Martin QuinsonFix MC builds on 32bits
2021-12-24 Martin QuinsonReword the Platform::routing documentation
2021-12-24 Martin QuinsonSmall improvements to the doc
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-24 SUTER Fredericremove old dot loader
2021-12-24 SUTER Fredericremove depredecated dag-dotload example
2021-12-24 SUTER Fredericmodernize cycle detection in DAGs
2021-12-24 SUTER Fredericjust keep cycle detection in dag-dotload example
2021-12-24 SUTER Fredericremove deprecated simdag test example
2021-12-24 SUTER Fredericremove deprecated schedule-dotload example
2021-12-24 SUTER Fredericremove deperecated ptg-dotload example
2021-12-23 Martin QuinsonFurther cmake factorization
2021-12-23 Martin Quinsonfix non-graphviz builds
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 Martin QuinsonFactorize CMakeLists
2021-12-23 Martin QuinsonTentative NEWS file
2021-12-23 Martin QuinsonRemove an obsolete example
2021-12-23 SUTER Fredericreturn all dependencies and successors and let the...
2021-12-23 Martin Quinsons/_/-/
2021-12-23 SUTER Fredericupdate tests and examples after recent changes
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"
next