Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2022-02-19 Martin QuinsonKill Simcall::COMM_RECV, COMM_IRECV, COMM_SEND and...
2022-02-19 Arnaud GierschExplicit casts for Sonar.
2022-02-19 Arnaud GierschApparently these asserts are not failing anymore. Uncom...
2022-02-19 Martin QuinsonFix a MC test that seem to be tested on freebsd only...
2022-02-19 Martin QuinsonMC: prefer a memleak to a segfault
2022-02-19 Martin QuinsonMC: the state does not need to have the simcall anymore
2022-02-19 Martin QuinsonCommDet: Fix memory corruption, and plug some memleaks
2022-02-19 Martin QuinsonMC: simplification knowing that every visible transitio...
2022-02-18 Martin QuinsonMC does not need a mc_value_ in the simcall anymore
2022-02-18 Martin QuinsonSplit the Comm observers to their own files
2022-02-18 Martin QuinsonSplit TransitionAny and TransitionRandom to their own...
2022-02-18 Martin QuinsonRevalidate all SafetyChecker tesh now that the output...
2022-02-18 Martin QuinsonMake CommDet a plugin on top of Safety
2022-02-18 Martin QuinsonFurther simplifications in CommDet
2022-02-18 Martin QuinsonCommDet: detached send should be handled. But how?
2022-02-18 Martin QuinsonCommDet: Enforce deterministic pattern even during...
2022-02-18 Martin QuinsonCommDet: tiny simplification
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-18 Martin QuinsonTry to fix the MC build on 32 bits
2022-02-18 Martin QuinsonDocument the fact that MC big bang occured
2022-02-18 Martin QuinsonMC: no need to read the remote request directly
2022-02-18 Martin QuinsonCommDet: reimplement on top of transitions. Don't mess...
2022-02-18 Martin QuinsonHave the application execute its transition before...
2022-02-18 Martin QuinsonAdd getters to the TransitionComm* and TransitionAny*
2022-02-18 Martin Quinsonsonar fixes
2022-02-18 Arnaud GierschFix sonar issues in ns3 examples.
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-02-18 Arnaud GierschTry again to enable ns3 for coverage and sonar [ci...
2022-02-18 Arnaud Giersch[experimental] Replace long list of excluded libs with...
2022-02-18 Arnaud GierschDeprecate sg_host_dump.
2022-02-18 Arnaud GierschFix xbt_log_appender when there is no percent in template.
2022-02-18 Martin QuinsonGive the comm to {Send,Recv}Transition, as CommDet...
2022-02-18 Martin QuinsonCommDet: preparatory cosmetics
2022-02-18 Martin QuinsonCommDet: inline a function (+cosmetics)
next