Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-04 Arnaud GierschUse -- to separate command [ci-skip]
2022-03-03 Martin QuinsonFix pip builds
2022-03-03 Martin QuinsonActivate valgrind analysis on monkey tests
2022-03-03 Martin Quinsonsemaphore monkey
2022-03-03 Martin QuinsonKill dead MC code
2022-03-03 Martin QuinsonMutex are now DPOR compatible
2022-03-03 Augustin Degommeput back s4u barrier for MC only (untested)
2022-03-03 Arnaud GierschUpdate URL for article.
2022-03-03 Augustin DegommeSMPI. RMA: get rid of the s4u barrier, use an MPI one...
2022-03-03 Martin Quinsoncmake simplification so that you only have to edit...
2022-03-03 Martin QuinsonDocument recent changes
2022-03-03 Arnaud GierschPolish previous fix.
2022-03-03 Arnaud GierschMake smpi compilation script work when there are spaces...
2022-03-03 Martin QuinsonAdd a test for Semaphores + DPOR
2022-03-03 Martin QuinsonSemaphore made observable from the Checker side
2022-03-03 Martin QuinsonDisplay a nice error message when ptrace is not usable
2022-03-03 Martin QuinsonMissing files, bummer
2022-03-03 SUTER Fredericfix weird bug on pstate changes with VM
2022-03-02 Martin QuinsonPython version of the masterworkers monkey
2022-03-02 Martin QuinsonChaos-monkey: use the new Engine::on_simulation_start...
2022-03-02 Martin QuinsonNew signal: Engine::on_simulation_start
2022-03-02 Martin QuinsonPass the boolean parameter to the on_exit python binding
2022-03-02 Martin Quinsonsimgrid-monkey: if the test is run within valgrind...
2022-03-02 Arnaud GierschRevert "blind guess for coverage fix.. [ci-skip]"
2022-03-02 Arnaud GierschRename method for consistency.
2022-03-02 Arnaud GierschConst methods.
2022-03-02 Arnaud GierschDisable the copy constructor and the copy-assignment...
2022-03-02 Arnaud GierschUse payload with static storage duration to avoid memor...
2022-03-02 Arnaud GierschCreate absolute path names in .gcno files.
2022-03-02 Arnaud GierschUse a single definition for coverage build flags.
2022-03-02 Arnaud GierschFix cmake warning.
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 Fabien ChaixRevert Python stuff but the py_context instantiation...
2022-03-01 Augustin Degommeblind guess for coverage fix.. [ci-skip]
2022-03-01 Fabien ChaixFix the python patches
2022-03-01 Arnaud GierschCall __gcov_reset after __gcov_dump.
2022-03-01 Arnaud GierschComplete warning message [ci-skip].
2022-03-01 Arnaud Giersch[mc_dwarf] Another assert turns into warning.
2022-03-01 Fabien ChaixMove py_context to get Python exception match to work...
2022-03-01 Fabien ChaixMake python catch verbose
2022-03-01 Arnaud GierschKill unused function.
2022-03-01 Arnaud Gierschconst++
2022-03-01 Augustin Degomme__gcov_flush was removed in gcc11 (untested) [ci-skip]
2022-03-01 SUTER Fredericrework how host-to-host comms are managed
2022-03-01 SUTER Fredericget/set for CommImpl::type
2022-03-01 SUTER Fredericclean up before modifications
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
next