Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / examples / sthread /
2023-03-06 Martin Quinsonsthread: Add a way to verify accesses to non-reentrant...
2023-03-06 Martin QuinsonCosmetics in sthread output when not using SMPI
2023-03-05 Arnaud GierschSonar smells.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-03 Martin QuinsonBump cmake to at least 3.12
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-27 Martin QuinsonPlug a memleak + experience that code out of the MC...
2023-02-26 Martin QuinsonAllow to control the problem size from the cmd line...
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUseless casts to (void*).
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-22 Martin QuinsonImplement the semaphore functions in sthread
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-22 mlaurentfix a few test with dpor
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Arnaud GierschCosmetics with spacings around colon (:).
2023-01-13 Arnaud GierschTypos.
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Martin QuinsonMC: display the status of all actors in case of deadlock
2022-11-01 Martin QuinsonMC: tell the user about how to use the replay path...
2022-10-16 Martin QuinsonAdd a sthread+MC example that deadlocks
2022-10-16 Martin QuinsonAdd a sthread example that works (no deadlock)
2022-10-11 Arnaud GierschEnable simple sthread example.
2022-10-11 Arnaud GierschActor::create already does init->start.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-07-10 Martin QuinsonSurvive with old cmakes
2022-07-10 Martin QuinsonCompile pthread-mutex-simple in a way that allows its...
2022-06-30 Arnaud GierschFix test with ASan.
2022-06-30 Arnaud GierschPlease valgrind.
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschNo need to duplicate functions.
2022-06-28 Arnaud GierschUncomment code.
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...