Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Fred Suteradd a get_unique_data to Extendable and test it in...
2023-06-15 Martin QuinsonExplain the relevant PYTHONPATH when installing from...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Martin QuinsonRevalidate the MC tesh files after the recent changes...
2023-06-13 Martin Quinsonre-add --help-coll to the doc now that it's implemented
2023-06-13 mlaurentFix missing fortran import
2023-06-13 mlaurentRespect member order according to the initialisation...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentFix test stats according to current dependency relation
2023-06-13 Arnaud GierschComplete "smpirun -help" [ci-skip]
2023-06-13 Arnaud GierschAnother unw_accessor forgotten in previous commit.
2023-06-13 Arnaud GierschFix error: missing initializer for member unw_accessors...
2023-06-13 Arnaud GierschImplement smpirun --help-coll.
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-13 Martin QuinsonTiny doc improvement
2023-06-13 Martin Quinsonimprove the doc of how to select the right algorithm
2023-06-09 Arnaud GierschDisable s4u-mc-bugged1-liveness-visited-ucontext only.
2023-06-09 Arnaud GierschDisable liveness model-checking tests outside Linux.
2023-06-09 Arnaud GierschSometimes the expansion may work and the memory address...
2023-06-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleOnly compute extensions for enabled events
2023-06-09 Maxwell PirtleAdd events with implicit bottom event
2023-06-09 Maxwell PirtleAdd partial implementation for MutexWait/MutexTest
2023-06-09 Maxwell PirtleAdd ex(C) computation for mutex lock/unlock
2023-06-09 Maxwell PirtleAdd tentative implementation of CommTest ex(C) pseudocode
2023-06-09 Maxwell PirtleReorder loop processing in CommWait ex(C) comp
2023-06-09 Maxwell PirtleAdd "working" UDPOR on small examples with CommWait...
2023-06-09 Maxwell PirtleAdd ex(C) example with a small program
2023-06-09 Maxwell PirtleAdd monotonically-increasing IDs for UnfoldingEvent
2023-06-09 Maxwell PirtleExpand sanity-check tests for CommSend/CommRecv transitions
2023-06-09 Maxwell PirtleAdd preliminary basic tests for ex(C) computation
2023-06-08 Arnaud GierschFactorize common code to cancel actions when a resource...
2023-06-07 Martin QuinsonMerge branch 'master' into 'master'
2023-06-07 mlaurentFix CI tests
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 mlaurentBetter strategy documentation
2023-06-07 Arnaud GierschBuffers should not be considered by CommWaitTransition...
2023-06-07 mlaurentUse xbt::random instead of rand and srand
2023-06-07 mlaurentBetter warning message for max-depth
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschRemove unused parameters (sonar).
2023-06-07 Arnaud GierschConnect the right signal.
2023-06-07 Arnaud GierschDeclare functions "const" (sonar).
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
2023-06-07 Arnaud GierschUse xbt_die instead of xbt_assert(false).
2023-06-07 Arnaud GierschDisable maybe throwing move constructor (sonar).
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschSort MANIFEST.in.
2023-06-06 mlaurentFew more CI tesh fixing
2023-06-06 mlaurentFix stat order for CI tests
2023-06-06 Arnaud GierschFix build without MC.
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 mlaurentFix Manifest.in
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-06 Arnaud GierschDefine classes with "class".
2023-06-06 Arnaud GierschPostpone the destruction of Task::current_activity_.
2023-06-06 Arnaud GierschVarious cleanups in Task plugin.
2023-06-06 mlaurentAdd factorisation for strategy and Use dynamic over...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 Martin QuinsonInstall package non-interactively on CI
2023-06-05 Martin QuinsonAnother struct/class mismatch between forward declarati...
2023-06-05 Martin QuinsonEnable the ODPOR/SDPOR tests in default builds also
2023-06-05 Martin QuinsonPlease clang by not defaulting a constructor that it...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentFix stat missorder at the end of DFSexplorer
2023-06-05 Arnaud GierschCosmetics: whitespace cleanup (codefactor.io).
2023-06-05 Arnaud GierschCall CommImpl::set_iface(nullptr) as soon as the comm...
2023-06-05 Martin QuinsonMerge branch 'fix-sonar-task' into 'master'
2023-06-05 Adrien Gougeonmore sonar fix
2023-06-05 Adrien Gougeonfix sonar warnings
2023-06-05 Martin QuinsonMerge branch 'odpor-clean-ups' into 'master'
2023-06-05 Arnaud GierschFix RuntimeError: pybind11::handle::inc_ref() PyGILStat...
2023-06-05 Martin QuinsonCI pages: try to use the Debian version of the python...
2023-06-05 Martin QuinsonRemove a test that was indended to show that this branc...
2023-06-05 Maxwell PirtleComplete missing docs for WakeupTreeNode
2023-06-05 Maxwell PirtleAdd more documentation and fix forward declaration
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentFix few typos and add random seed intializer
2023-06-05 Martin QuinsonUse Debian:12 for our build deps
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-04 Fred Suterfire on_start for one-sided communication instead of...
2023-06-04 Fred Suteradd Comm::on_this_send and Comm::on_this_recv
2023-06-04 Fred Suter[no-ci] indicate which methods and signals are static...
2023-06-02 Fred Suter[no-ci] precise which methods of the Actor class are...
2023-06-02 Arnaud GierschThis should be fixed now.
2023-06-02 Arnaud GierschA deleted Comm cannot be a valid iface anymore.
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.
2023-06-01 Fred Suterproperly remove the old signals and prevent MC to fire...
2023-06-01 Fred Suterreact to the proper signals
2023-06-01 Maxwell PirtleIntroduce ODPOR integration with multiple actions
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Adrien Gougeonswitch repr to Class(objectname). fix python operation...
2023-06-01 Maxwell PirtleAdd small test for insertions
2023-06-01 Adrien Gougeonadd repr for many simgrid objects. replace mailbox...
2023-06-01 Maxwell PirtleAdd odpor_tests_private.hpp to MANIFEST.in
next