Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't test statequality: it's ~15h w/o DPOR and hard to optimize
[simgrid.git] / examples / cpp / CMakeLists.txt
2022-08-08 Martin QuinsonDon't test statequality: it's ~15h w/o DPOR and hard...
2022-08-08 Martin QuinsonAdd the teshfiles to the archive even when MC is disabled
2022-08-08 Martin QuinsonAdd tests of state equality reduction and nodpor for...
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-15 Arnaud GierschFix distcheck (populate tesh_files, even when !HAVE_MC).
2022-07-13 Martin QuinsonMake sure that all MC tests are built on target tests-mc
2022-05-13 Arnaud GierschEnable test only on 64bits.
2022-05-13 Arnaud GierschGive another try to test mc-bugged1-liveness-visited...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-17 Arnaud GierschSuppress trailing whitespaces.
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-08 Arnaud GierschRename example, and update doc.
2022-03-08 SUTER Fredericadd an s to example name
2022-03-08 SUTER Fredericintroduce thread_execute
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Martin Quinsoncmake simplification so that you only have to edit...
2022-03-03 Martin QuinsonAdd a test for Semaphores + DPOR
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-03 Arnaud GierschMerge branch 'stable'
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-01-20 SUTER Fredericmore XML cleanup
2022-01-20 SUTER Fredericadd an example for Comm::test_any (mimic that from...
2022-01-20 SUTER Fredericremove 2 avoidable deployment files
2022-01-05 Bruno DonassoloMerge branch 'issue95' into 'master'
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 SUTER Fredericremove a bunch of dumb deployment files + simplify...
2022-01-05 SUTER Fredericremove last MSG example
2022-01-05 SUTER Fredericconvert MSG MC test to cpp
2022-01-02 SUTER FredericKill both SimDag and Jedule bindings. Cleanups will...
2022-01-02 SUTER Fredericconvert the last two simdag examples. Simdag can die
2021-12-24 Mael MadonExtend 1 unit test and add 1 other for multicore ptast...
2021-12-24 Martin QuinsonFix MC builds on 32bits
2021-12-24 SUTER Fredericremove depredecated dag-dotload example
2021-12-23 Martin QuinsonFurther cmake factorization
2021-12-23 Martin Quinsonfix non-graphviz builds
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 Martin QuinsonFactorize CMakeLists
2021-12-23 Martin Quinsons/_/-/
2021-12-23 SUTER Fredericstupid typo that breaks everything
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-22 SUTER Fredericadd new exemple of dag with comm
2021-12-21 SUTER Fredericnew example of dag with I/Os
2021-12-21 SUTER Fredericreplace old and counter-intuitive simdag-throttling...
2021-12-20 SUTER Fredericreplace old simdag-fail example by new s4u-dag-failure one
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonAdd an example for Engine::run_until()
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-07-15 Bruno DonassoloHost: non-linear constraints
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-06-24 Arnaud GierschCorrectly remove generated files.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Bruno DonassoloRuns examples with C++ platform description
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
2021-04-27 Bruno DonassoloNew example: Fat Tree cluster of multi-cpu hosts(Star...
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Frederic Suternew example with ptasks on multi-core hosts
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp