Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2 days ago Martin Quinsoncosmetics master
2 days ago Martin QuinsonMove more of the CheckerSide creation logic to the...
2 days ago Martin QuinsonMC: disable Address Space Layout Randomization in the...
2 days ago Martin QuinsonDiffer the creation of the RemoteProcessMemory to when...
2 days ago Martin QuinsonBetter responsabilities splitup between CheckerSide...
2 days ago Martin QuinsonMove methods not related to Memory out of RemoteProcess...
2 days ago Martin QuinsonFinally kill the now empty ModelChecker class
2 days ago Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2 days ago Martin QuinsonMove handle_message from ModelChecker to RemoteProcessM...
2 days ago Martin QuinsonMove handle_waitpid from ModelChecker to RemoteProcessM...
2 days ago Martin QuinsonMake a global singleton of Exploration, to kill ModelCh...
2 days ago Martin QuinsonGosh, how many calls to that global were there?
2 days ago Martin QuinsonKill a now unused class in mc
2 days ago Martin QuinsonRemove some more usage of mc_model_checker in Region...
3 days ago Martin QuinsonAnother use of mc_model_checker disapears. In Snapshot...
3 days ago Martin Quinsonanother mc_model_checker call location disappears
3 days ago Martin QuinsonFix make distcheck
3 days ago Martin QuinsonFix MC+clang builds
3 days ago Martin QuinsonReduce a bit the adherance of handle_waitpid to ModelCh...
3 days ago Martin QuinsonMerge branch 'master' into 'master'
3 days ago mlaurentMove DPOR and sleep set algorithm from backtrack to...
3 days ago mlaurentMerge branch 'master' of https://framagit.org/simgrid...
3 days ago mlaurentReplace todo direct access with consider methods; guide...
3 days ago mlaurentBasicGuide handle next_transition if asked to
3 days ago Martin QuinsonMerge CheckerSide::start() intp the constructor
3 days ago Martin QuinsonBetter split of responsabilities between CheckerSide...
3 days ago Martin QuinsonMove the checker_side_ from the ModelChecker to the...
3 days ago Martin QuinsonOne usage of mc_model_checker less
3 days ago mlaurentAdd GuidedState abstract class; move ActorState management
4 days ago Martin QuinsonSimplify Channel::receive by handling non-blocking...
4 days ago Martin QuinsonA few calls to mc_model_checker less by passing more...
4 days ago Martin QuinsonMove handle_simcall from ModelChecker to RemoteApp
4 days ago Martin QuinsonMerge branch 'master' into 'master'
4 days ago mlaurentAdd reference to parent state: only use this creation...
5 days ago Arnaud GierschMissing include.
5 days ago Arnaud GierschDecrease required version for nlohmann_json; add to...
6 days ago Arnaud GierschUseless guards.
6 days ago Arnaud GierschApply "smpi/buffering" when MC_record_replay_is_active...
6 days ago Martin QuinsonSanitize how we know the current MC mode
6 days ago Martin QuinsonMake it compile with all warnings enabled
6 days ago Martin QuinsonDocument a future cleanup to do when we bump cmake...
7 days ago Arnaud GierschRemove comments about non-existent support for smpi...
7 days ago Arnaud GierschReally check the privatization option in the MCed SMPI...
8 days ago Arnaud GierschInform if JSON lib is found.
8 days ago Martin QuinsonTest for JSON before using it
8 days ago Martin QuinsonCosmetics
8 days ago Martin Quinsonfix make distcheck
8 days ago Fred SuterMerge branch 'master' into 'master'
8 days ago AdrienAdd wfformat json DAG loader and DAG doc
9 days ago Martin QuinsonCorrectly protect tests property settings, bummer
9 days ago Martin QuinsonGive the remote_process_memory to the mc::State constructor
9 days ago Martin QuinsonMove another function of ModelChecker to RemoteProcessM...
9 days ago Martin QuinsonMove another function out of ModelChecker
9 days ago Martin QuinsonMove a function from ModelChecker to Exploration
9 days ago Martin Quinsonmove wait_for_requests() from ModelChecker to RemoteApp
9 days ago Martin QuinsonInline a function in ModelChecker
9 days ago Martin QuinsonMove one method from ModelChecker to Exploration
9 days ago Martin QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
9 days ago Martin QuinsonMake the sendsend tests at least fail fast to not hinde...
9 days ago Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
9 days ago Martin QuinsonClean leftovers
9 days ago Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
9 days ago Martin QuinsonOne use less of the global mc_model_checker
9 days ago Martin QuinsonThis seems to reduce the amount of failure, but I don...
9 days ago Arnaud GierschFix build with -D_GLIBCXX_DEBUG [-Werror=range-loop...
11 days ago Arnaud GierschFix assert: min and max are both included in interval...
11 days ago Martin QuinsonMerge branch 'udpor-phase5' into 'master'
11 days ago Martin QuinsonTry to avoid a segfault on assert message
11 days ago Maxwell PirtleAdd first test for immediate conflicts edge case
12 days ago Maxwell PirtleAdd first batch of tests for conflict detection among...
12 days ago Henri Casanovare-fixed assert message with up-to-date configuration...
12 days ago Henri CasanovaAssert message fix
12 days ago Maxwell PirtleAdd implementation for immediate conflicts
12 days ago Maxwell PirtleRequire conflict-freedom in is_valid_configuration
12 days ago Maxwell PirtleAdd src/.../udpor/udpor_tests_private.hpp to CMake
12 days ago Arnaud GierschEager mode is for the first case only (thx adegomme).
12 days ago Maxwell PirtleAdd test to verify topological ordering of EventSet
12 days ago Arnaud GierschImprove doc for smpi/buffering.
13 days ago Arnaud GierschFix asserts for when received size is 0 (message type...
13 days ago Arnaud GierschDepreciate unused functions s4u::Comm::copy_{buffer...
13 days ago Arnaud GierschInline s4u::Comm::copy_pointer_callback which is the...
13 days ago Maxwell PirtleBegin filling in computations of ex(C) and en(C)
13 days ago Arnaud GierschDepreciate ForcefulKillException::try_n_catch().
13 days ago Arnaud GierschObvious typo.
13 days ago Maxwell PirtleFix logic for mutual conflict between two events
13 days ago Maxwell PirtleAdd conflict-free invariant check to Configuration
13 days ago Arnaud GierschUse #include <...> for foreign header files.
13 days ago Maxwell PirtleAdd preliminary tests for checking event conflicts
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-07 Maxwell PirtleAdd ability to restrict maximum subset size
2023-03-07 Maxwell PirtleAdd asserts for Configuration vs EventSet
2023-03-07 Maxwell PirtleAllow iteration over maximal subsets of an EventSet
2023-03-07 Maxwell PirtleMove topological ordering to EventSet
2023-03-07 Maxwell PirtleRename `EventSet::is_maximal_event_set()`
2023-03-07 Maxwell PirtleAdd some basic tests for variable_for_loop
2023-03-06 Arnaud GierschFixes in docs/source/tuto_* (untested).
2023-03-06 Maxwell PirtleWrite maximal_subsets_iterator_wrapper with xbt utils
2023-03-06 Maxwell PirtleFix edge cases in variable_for_loop
2023-03-06 Maxwell PirtleWrite LazyPowerSet in terms of iterator_wrapper
next