Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make test pass. The finalization barrier is needed in this case, which is suboptimal.
[simgrid.git] / examples /
2021-09-21 SUTER Fredericuseless cosmetic commit
2021-09-21 SUTER Fredericless indirect calls to get_instance in examples (exec...
2021-09-21 SUTER Fredericplease sonar, get_clock is a static method
2021-09-21 SUTER Fredericplease sonar, set_config is a static method
2021-09-21 SUTER Fredericless indirect calls to get_instance in examples (actor...
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER Frederictype change + rename function
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericrename SIMIX_set_maestro into simgrid_set_maestro
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-13 SUTER Frederica few more implicit conversions removed
2021-09-06 SUTER Fredericunsigned long-ing
2021-09-05 Arnaud GierschKill redundant blank lines.
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-09-02 SUTER Frederic[sonar] forgot that one
2021-08-31 SUTER Fredericplease sonar
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-24 SUTER Fredericplease clang static analyser
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-23 SUTER FredericRemote Exec should not survive to a host failure
2021-08-17 Arnaud GierschPleases somewhat codefactor.io, lgtm, and pvs-studio.
2021-08-17 Bruno DonassoloFix fedora:rawhide, actor name forgotten
2021-08-17 Bruno DonassoloPlease sonar a little
2021-08-17 Bruno DonassoloPython: example CPU nonlinear
2021-08-17 Bruno DonassoloPython: an example with disks
2021-08-16 Bruno DonassoloPython: complex cluster example
2021-08-16 Bruno DonassoloPython network-nonlinear example
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-08-05 Augustin Degommerequalify tesh.
2021-07-22 Arnaud GierschSonar smells.
2021-07-16 Bruno DonassoloThe next day sonar commit
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-07-14 Martin Quinsondoc: Fix a subtle formatting error that is not reported...
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-06 Arnaud GierschSimplify function calls (avoid explicit std::vector...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-25 Arnaud GierschFix another bunch of dead links in docs.
2021-06-24 Arnaud GierschCorrectly remove generated files.
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschTwo more s/pointer/reference/ for std::vector parameter.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-13 Arnaud GierschCleanup in .gitignore files; delete obsolete tesh file...
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Bruno DonassoloPlease sonar
2021-06-04 Bruno DonassoloAn example with SMPI and CPP platform
2021-06-04 Bruno DonassoloNew platform example: StarZone of StarZone
2021-06-04 Bruno DonassoloFix build mac/windows
2021-06-04 Bruno DonassoloChange C++ platform example
2021-06-04 Bruno DonassoloRuns examples with C++ platform description
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Bruno DonassoloAdjust timing of SMPI tests
2021-06-01 Bruno DonassoloFix link-load test
2021-06-01 Bruno DonassoloFix timing of Vivaldi/two_peers.xml tests
2021-06-01 Bruno DonassoloFix timing of Wi-Fi tests.
2021-06-01 Bruno DonassoloAdjust dynamic network-factors test.
2021-06-01 Arnaud GierschUseless tests for emptyness.
2021-05-31 Arnaud GierschReplace redundant type with 'auto'.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-25 SUTER Fredericrevalidate tesh
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-25 Arnaud Giersch[sonar] Unused parameter.
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloAdjust test timing
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-21 SUTER Fredericprocess -> actor
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
2021-05-10 Bruno DonassoloFix example: seal zone
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-04 Arnaud GierschPut stdout in line buffer mode for MCed apps.
2021-05-04 Martin Quinsonfix my recent commit: build the binaries in the right...
2021-05-04 Martin Quinsondistcheck, but in a new and shiny way with a lot of...
2021-05-04 Martin Quinsonfactorize some code in examples/smpi/CMakeLists.txt
2021-05-04 Martin QuinsonFix tesh file now that MC flushes the output on backtrack
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Arnaud GierschFix cmake 3.20 warning.
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 Arnaud GierschKeep execution alive after timeout in sg_exec_wait_for.
2021-05-03 Arnaud GierschFix test s4u-exec-ptask: task needs to be canceled...
2021-05-03 Arnaud GierschImprove messages: timeout is for the 'wait', not for...
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
next