Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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)
2022-02-17 Arnaud GierschPylint docs/source/tuto_s4u/*.py.
2022-02-17 Arnaud GierschPylint teshsuite/*.py.
2022-02-17 Arnaud GierschPylint examples/*.py.
2022-02-17 Arnaud GierschPylint docs/find-missing.py, src/simix/simcalls.py.
2022-02-17 Arnaud GierschPylint tesh.py.
2022-02-17 Martin Quinsonmist. (fix gcc MC builds)
2022-02-17 Martin QuinsonFurther isolate CommDet in its own file
2022-02-17 Martin QuinsonCommDet shall become an extension of the SafetyChecker
2022-02-17 Martin Quinsonmake mc::State extendable so that CommDet does not...
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-16 Arnaud GierschAdd basic check for failures in deserialization.
2022-02-16 Arnaud GierschUse bounds checking method array::at().
2022-02-16 Arnaud GierschBlank lines (codefactor.io).
2022-02-16 Arnaud GierschUse C++ std::array (sonar).
2022-02-16 Arnaud GierschOne less implicit conversion (sonar).
2022-02-16 Arnaud GierschDon't mix public and private data members (sonar).
2022-02-15 Arnaud GierschWe want to serialize the pointer, not the pointee!
2022-02-15 Arnaud GierschIgnore local variables without type in snapshot.
2022-02-15 Arnaud GierschKill duplicate function + typos.
2022-02-14 Martin QuinsonReduce code dupplication to please sonar
2022-02-14 Arnaud GierschMake logger mc_compare a subcategory of mc.
2022-02-14 Arnaud GierschRevalidate random-bug-nocrash.tesh.
2022-02-13 Martin QuinsonRevalidate the tesh output of that test whose reduction...
2022-02-13 Martin QuinsonImplement WaitAnyTransition
2022-02-13 Martin Quinsonbetter name
2022-02-13 Martin QuinsonSonar fixes
2022-02-13 Martin QuinsonFix MC builds with gcc12 (and make the serialization...
2022-02-12 Martin QuinsonImplement TestAnyTransition
2022-02-12 Martin QuinsonSimplify the serialization protocol to implement TestAn...
2022-02-12 Martin Quinsonimplement CommTestTransition
2022-02-12 Martin QuinsonFix MC gcc builds :(
2022-02-12 Augustin Degommefix build
2022-02-12 Martin QuinsonMove dot_label() from Observer to Transition (+ some...
2022-02-12 Martin QuinsonSimcallObservers don't need to be cloned anymore
next