Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate execute_tasks from simix::Global to kernel::EngineImpl
[simgrid.git] / examples /
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
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-19 Arnaud GierschDon't mix public and private fields (sonar).
2021-03-19 Arnaud GierschFactorize handling of asynchronous receives.
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-17 Arnaud GierschTypos.
2021-03-17 Arnaud GierschAugment test to cover sem_acquire_timeout.
2021-03-11 Martin QuinsonMerge pull request #374 from adegomme/master
2021-03-11 Arnaud Giersch[sonar] Use :: to call static member functions.
2021-03-10 Martin QuinsonTwo small sonar fixes
2021-03-09 Frederic Suterextend example to include a ptask with timeout
2021-03-08 Frederic Suterfix GH#343
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Suternew example with ptasks on multi-core hosts
2021-03-02 Augustin DegommeAdd simple example using smpi_execute_* calls inside...
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-26 Frederic Suterextend example with another disk
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-22 Arnaud GierschReturn 0 on failure.
2021-02-19 Frederic Suterconvert one more test of ptask_L07 model
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-18 Frederic Suterfix and convert another ptask_L07 test
2021-02-18 Frederic Suterconvert more simdag tests
2021-02-18 Martin Quinsongramarly the s4u reference doc
2021-02-18 Martin Quinsongrammarly the beginning of the doc
2021-02-16 Frederic SuterStart to replace old simdag tests of the ptask_L07...
2021-02-12 Martin QuinsonIntroduce the sg4 namespace alias in all comm examples
2021-02-11 Arnaud GierschUse nullptr rather than 0.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-04 Frederic SuterHost::exec_async was an init(), fix that.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: get rid of this platform file
2021-02-03 Frederic SuterStorage-kill: remove java bindings
2021-02-02 Martin QuinsonFix make distcheck
2021-02-02 Martin Quinsonhaving generated files in the git is of no use for...
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Arnaud GierschAvoid to define log categories twice.
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
2021-01-23 Martin Quinsoncosmetics: define and use the sg4 namespace as a shortc...
2021-01-23 Martin QuinsonFix a bunch of issues with the documentation
2021-01-23 Martin QuinsonRename an example: I'm always looking for a simple...
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonMake it possible to detach direct communications
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
next