Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-03-01 Fabien ChaixRevert Python stuff but the py_context instantiation...
2022-03-01 Fabien ChaixFix the python patches
2022-03-01 Fabien ChaixMove py_context to get Python exception match to work...
2022-03-01 Fabien ChaixMake python catch verbose
2022-02-28 Fabien ChaixAnswer to Martin's feedback
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-28 Arnaud GierschExtract assignment from expression.
2022-02-28 Arnaud GierschFix mem leak on unhandled exception (e.g. ForceFulKill).
2022-02-28 Arnaud GierschPass std::function by const reference (sonar).
2022-02-28 Arnaud GierschMinor sonar smells, and other cosmetics.
2022-02-28 Arnaud GierschPut message handling in its own method (avoid nested...
2022-02-28 Arnaud GierschValidate cfg_host_count earlier (please scan-build).
2022-02-28 Arnaud GierschScheduling slightly changed.
2022-02-28 Arnaud GierschOne less global variable: session_singleton.
2022-02-28 Arnaud GierschKill dead code.
2022-02-28 Arnaud GierschUseless lower-case alias.
2022-02-28 Arnaud GierschEventually, OOP is really good.
2022-02-28 Martin QuinsonRevalidate the tesh file after pushing the TODO of...
2022-02-28 Martin QuinsonAdd missing file
2022-02-28 Martin QuinsonDon't use tesh to run monkey tests
2022-02-28 Martin QuinsonEnsure that the monkey tesh passes while not hindering...
2022-02-28 Martin QuinsonOur first monkey test case is now working
2022-02-28 Martin QuinsonEnhance the documentation of Actor::daemonize()
2022-02-28 Martin Quinsongive 2 workers to the monkey-masterworkers, so that...
2022-02-28 Martin QuinsonMore information on actor death in monkey's test case
2022-02-28 Martin Quinsonkill some bits of mc::api::
2022-02-27 Arnaud GierschReintroduce smartptr lost with recent changes.
2022-02-27 Martin Quinsonfix java builds
2022-02-27 Martin QuinsonNo future.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin QuinsonFurther cleanups in simix remains
2022-02-27 Martin QuinsonMC: after all, checker does not need the list of dead...
2022-02-27 Martin Quinsonreduce the visibility of popping_private
2022-02-27 Martin QuinsonAnd now kill simcalls.py: simix v2 is not completely...
2022-02-27 Martin QuinsonKill popping_{enum,generated}
2022-02-27 Martin Quinsonsimix simplification: no need to marshal generic parame...
2022-02-27 Martin Quinsonsimix simplification: no need for a template here
2022-02-27 Martin QuinsonKill popping_bodies.cpp
2022-02-27 Martin Quinsonmonkey-workers: reduce the amount of simcalls during...
2022-02-27 Martin QuinsonRevert "OOP is good, too"
2022-02-27 Martin QuinsonIntroduce the SimGrid Chaos Monkey
2022-02-27 Martin Quinsonallow to chain some setters on actors
2022-02-27 Martin Quinsoncosmetics (sg4 namespace, comments, log channel)
2022-02-26 Martin QuinsonKill popping_accessors.hpp
2022-02-25 Martin QuinsonTry to make timeouted semaphores robust to actors death
2022-02-25 Martin QuinsonOOP is good, too
2022-02-25 Martin QuinsonRework a long and aging comment (but keep the xkcd...
2022-02-25 Martin Quinsoncosmetics: rename a variable and please sonar a tiny bit
2022-02-25 Martin Quinsonfix a memory corruption
2022-02-25 Augustin Degommeleak--
2022-02-25 Martin QuinsonImplement SemaphoreImpl::acquire_async (timeouts are...
2022-02-24 Martin Quinsonkill some remains of the pre-C++ era
2022-02-24 Martin QuinsonRename MutexObserver to SynchroObserver (semaphore...
2022-02-24 Martin QuinsonTry to tell sonar that the mutex_ cannot be null in...
2022-02-24 Martin QuinsonFix gcc MC builds
2022-02-24 Martin QuinsonTest the dependencies of Mutex transitions
2022-02-24 Martin QuinsonAdd a MC version of the s4u-synchro-mutex test
2022-02-24 Martin QuinsonMC: no need for a depends() method in Observers
2022-02-24 Arnaud GierschPlease scan-build and hopefully sonar too [ci-skip]
2022-02-24 Arnaud GierschEnsure that MC session and checker are deleted.
2022-02-24 Arnaud GierschUse simpler std::vector.
2022-02-24 Arnaud GierschFree xbt_automaton on Api::s_close.
2022-02-24 Arnaud GierschReview xbt_automaton_*_free.
2022-02-24 Arnaud GierschUse more explicit identifiers.
2022-02-24 Arnaud GierschFix segfault when exploration trace is empty.
2022-02-23 Martin QuinsonMC: Support Mutexes in DPOR
2022-02-23 Martin QuinsonMutex do not need a locked_ field. owner_ != null is...
2022-02-23 Augustin Degommetry to get rid of a warning (without causing a dead...
2022-02-23 Augustin Degommeavoid going back to complex selector and switch to...
2022-02-23 Augustin Degommemore tab2spaces
2022-02-23 Augustin Degommetab to spaces
2022-02-23 Augustin Degommeappease clang
2022-02-23 Augustin Degommechangelog update
2022-02-23 Augustin Degommethese are all pretty much allright, actually ...
2022-02-23 Augustin Degommeadd openmpi scatter linear_nb algorithm
2022-02-23 Augustin Degommeadd butterfly algorithm from openmpi
2022-02-23 Augustin DegommeMC seems to just work on ARM now. Remove the forced...
2022-02-23 Martin Quinsonfurther reduce a MC test that's still too long
2022-02-23 Augustin Degommepending implementation of new algorithms (see fixme...
2022-02-23 Martin QuinsonReduce the size of 2 UMPIRE tests that now timeout
2022-02-23 SUTER Fredericdeprecate Engine::shutdown()
2022-02-23 Martin QuinsonImplement MutexImpl::lock_async
2022-02-22 Augustin Degommeselected collectives changed for these tests -> timing...
2022-02-22 Augustin DegommeUpdate OMPI selector.
2022-02-22 Arnaud GierschDisable tests failing when debug logs are disabled...
2022-02-21 Martin Quinsondoc: add a link from Mailbox::get_init to Comm::set_dst...
2022-02-21 Martin QuinsonRename mc::Checker to mc::Exploration as it defines...
2022-02-20 Martin QuinsonRename SynchroRawImpl to SynchroImpl
2022-02-20 Martin Quinson3.31 is expected in 2022, not last year
2022-02-20 Martin QuinsonCosmetics in the Release notes + Document recent change...
2022-02-20 Martin QuinsonSonar fixes (const, variable shadowing)
2022-02-20 SUTER Fredericremove old wait any simcall
2022-02-19 Martin QuinsonThat went ways too far
2022-02-19 Martin QuinsonMove another function of mc::api, to Transition
2022-02-19 Martin QuinsonKill two more unused functions in mc::api
2022-02-19 Martin QuinsonMC: move a check_deadlock from ModelChecker to Session...
2022-02-19 Martin Quinsonkill ModelChecker::simcall_is_visible()
2022-02-19 Martin QuinsonKill Simcall::COMM_WAIT
2022-02-19 Martin QuinsonEmpty a bit mc::api namespace
next