Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix RuntimeError: pybind11::handle::inc_ref() PyGILState_Check() failure.
[simgrid.git] / examples /
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.
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 Arnaud GierschAdd missing includes.
2023-05-31 Fred Sutersimplify example
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-30 Maxwell PirtleAdjust tesh tests according to changes in deps.
2023-05-30 Adrien Gougeonadd python bindings for operations
2023-05-24 Fred Sutermove handling of remote disks to platform parsing.
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Fred Suteradd Io operations and an example
2023-05-22 Fred Suterhave a on_completion per activity type to save users...
2023-05-22 Martin QuinsonRename cfg 'ns3/TcpModel' to 'ns3/UdpModel'
2023-05-22 Martin QuinsonTest that setting ns3 TCP models actually work
2023-05-22 Fred Suter allow activities launched by maestro to be instrumented
2023-05-16 Adrien Gougeonfix example photovoltaic
2023-05-16 Adrien Gougeonadd photovoltaic plugin
2023-05-16 Arnaud GierschReduce scope for variables.
2023-05-16 Arnaud GierschDon't shadow outer variables.
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-05-12 Maxwell PirtleModify tesh suite expectations with changes to dependencies
2023-05-10 Martin QuinsonFix make distcheck
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonDFS MC: Restore from system states even if we have...
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-08 Arnaud GierschPlug memory leak.
2023-05-06 Arnaud GierschUse pointer-to-const for parameter (sonar).
2023-05-05 Arnaud GierschFix sonar bug: attribute access on a value that can...
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-05-03 Fred Suterfurther simplify this example
2023-04-29 Arnaud GierschRevert "Run mc-*-liveness tests serial, and hope to...
2023-04-27 Arnaud GierschRun mc-*-liveness tests serial, and hope to pass on CI.
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-18 Martin QuinsonMerge branch 'udpor-phase7' into 'master'
2023-04-17 Martin Quinsonsonar fixes
2023-04-16 Martin QuinsonAdd a target to recompile all ns3 tests (and only them)
2023-04-16 Adrien Gougeonrename create to init. add init with name only. add...
2023-04-15 Martin QuinsonMake sure that we never have a 0 transition at the...
2023-04-14 Adrien Gougeonrename on_start/on_end functions call to on_this_start...
2023-04-12 Martin QuinsonMake this example valgrind-clean
2023-04-12 Martin QuinsonFurther cosmetics in that example, adding a helper...
2023-04-12 Fred Sutersimplify the example now that host can be set to serial
2023-04-12 Martin QuinsonUse host->set_concurrency_limit(1) in an example where...
2023-04-12 Adrien Gougeonclang-format
2023-04-12 Adrien Gougeonadd operation examples
2023-04-10 Arnaud GierschUse an intermediate variable to compute the sum and...
2023-04-07 Arnaud GierschDefine and use VALGRIND_NO_TRACE_CHILDREN for simgrid...
2023-04-07 Arnaud GierschAdd $VALGRIND_NO_LEAK_CHECK in tesh files when simgrid...
2023-04-07 Arnaud GierschFix usage of option --cfg=path in tesh files.
2023-04-05 Martin Quinsonthese ns3 tests need an 'output sort' directive :(
2023-04-05 Arnaud GierschRegenerate tesh files (one more time).
2023-04-05 Martin QuinsonFix make distcheck, stupid bummer
2023-04-05 Martin QuinsonEnforce the ns3 timings for the latest version of ns3...
2023-04-04 Arnaud GierschRegenerate tesh files.
2023-04-03 Martin QuinsonEnsure in tests that the ns3 timings remain unchanged
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 AdrienAdd battery plugin and fix DAG doc
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentRename guide as strategy and fix counter-example displa...
2023-03-30 mlaurentReplace state copy with recipe: list of transition...
2023-03-28 mlaurentChange opened states for a priority queue
2023-03-27 mlaurentNow handle random transition and multiple times transitions
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-27 Martin QuinsonActivate the stdobject test now that it works
2023-03-27 Martin QuinsonDon't set a really short timeout on sendsend now that...
2023-03-26 Martin QuinsonRevert "Revalidate tesh files now that safety checking...
2023-03-24 Martin QuinsonMC: disable personality() as it fails on CI and is...
2023-03-24 Martin QuinsonRevalidate tesh files now that safety checking is based...
2023-03-24 mlaurentAdd copy constructor to state, so we can backtrack...
2023-03-24 Arnaud GierschFix test: program needs exactly 2 processes.
2023-03-23 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-22 Martin QuinsonChange an example to take its platform file from the...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMove DPOR and sleep set algorithm from backtrack to...
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 Martin QuinsonCorrectly protect tests property settings, bummer
2023-03-12 Martin QuinsonMove another function out of ModelChecker
2023-03-12 Martin QuinsonMake the sendsend tests at least fail fast to not hinde...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschUse #include <...> for foreign header files.
2023-03-08 Martin QuinsonMerge branch 'udpor-phase4' into 'master'
2023-03-06 Martin QuinsonFix clang build and make output more portable/predictible
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-03-02 Martin QuinsonAllow to call SMPI_app_instance_start() once the simula...
2023-03-02 Arnaud GierschHelp to identify null values.
next