Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-01-02 SUTER Fredericmove platforms and flatifier to teshsuite/platforms
2022-01-02 Martin QuinsonFix non-graphviz builds
2022-01-02 SUTER Fredericmerge dag parsers into a single file
2022-01-02 SUTER Fredericupdate
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Fredericadd missing include
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-27 Martin QuinsonMake lib_in_jar useful to work on Java
2021-12-27 Martin QuinsonFix java examples after reverting one of the 2 commits
2021-12-27 Martin QuinsonRevert "Only recompile the jar file when something...
2021-12-27 Martin QuinsonSimplify the cmake around java examples
2021-12-27 Martin QuinsonOnly recompile the jar file when something changed
2021-12-26 Martin Quinsondoc: split the calibration sections in their own file
2021-12-26 Martin Quinsondoc: Change the TOC. 'Models' become a full section...
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 the last missing XML tag
2021-12-25 Martin QuinsonDocument <backbone> and cosmetics in the platform doc
2021-12-25 Martin QuinsonDocument bypassRoute (and cosmetics)
2021-12-24 Martin QuinsonKill more deprecated content from the old doc
2021-12-24 Martin QuinsonImprove and unify the doc of <cluster>
2021-12-24 Martin QuinsonMark in the DTD which tags are deprecated, and deprecat...
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
next