Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please sonar a little
[simgrid.git] / examples /
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
2021-04-27 Bruno DonassoloNew example: Fat Tree cluster of multi-cpu hosts(Star...
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloImprovements in torus test
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-04-19 Arnaud GierschCombine identical conditions.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschUseless indirection.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschRemove unused option from example.
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschRevert "Delete the implicitely defined move constructor."
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-07 Arnaud GierschFix cloud.xml: symmetrical routes are implicit.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 SUTER Fredericreindent
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-23 Arnaud GierschUse C++ functions to parse file.
2021-03-22 Martin QuinsonFix make distcheck
next