Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce code duplication.
[simgrid.git] / examples /
2018-04-03 Martin Quinsons4u: test what happens when we kill a newborn actor...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Arnaud GierschDisable privatization for smpi_replay.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Arnaud GierschFix comment.
2018-03-28 Arnaud GierschCompile and link smpi_replay with smpicxx.
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[SMPI] Prohibit execution of negative flops
2018-03-28 Christian Heinrich[SMPI] Replay: C++-ify reduceScatter action & change...
2018-03-28 Christian Heinrich[SMPI] Replay: Move callbacks to std::function
2018-03-28 Christian Heinrich[SMPI] Replay: Classify the actions, start with Wait
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
2018-03-28 Christian Heinrich[TESTS] Fix smpi replay test for allgatherv
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Frederic Sutercosmetics
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-19 Martin Quinsononly use public headers from MC examples too
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic Suterdo not use deprecated function in our examples/tests
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin Quinsonfactorize s4u-actor-kill and s4u-actor-kill-pid
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-09 Martin Quinsonuse the C++ API in that example
2018-03-08 Arnaud GierschSD_task_dependency_add(): remove unused parameters...
2018-03-07 Arnaud GierschAdd debug message.
2018-03-07 Arnaud GierschUse C++ new/delete.
2018-03-01 Christian Heinrich[EXAMPLES] Make the HostLoad example more difficult
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Frederic Suterextend the example with another type of Zone
2018-02-28 Frederic Sutermake the getNetzoneByType usable and tested
2018-02-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-21 Millian Poquet[examples] add s4u-actor-kill-pid example
2018-02-18 Martin Quinsonfinish the s/FULLDUPLEX/SPLITDUPLEX/
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-13 Christian Heinrich[ENERGY] The energy now depends on the HostLoad plugin.
2018-02-13 degommerename two files in examples
2018-02-13 Arnaud GierschFix MC builds.
2018-02-13 Arnaud GierschKill useless include files.
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschPlease scan-build.
2018-02-07 Arnaud GierschInform scan-build that (bucket_id + i) cannot wrap...
2018-02-05 Arnaud GierschDisable unused copy constructors (and please cppcheck).
2018-02-01 Millian Poquet[#!] #! ./tesh -> #!/usr/bin/env tesh
2018-02-01 Millian Poquet[#!] #! tesh -> #!/usr/bin/env tesh
2018-02-01 Millian Poquet[#!] #!/bin/sh -> #!/usr/bin/env sh
2018-01-28 Martin Quinsonfix make dist
2018-01-28 Martin Quinsonns3: remove test on a platform that does not exist...
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] (LAST PATCH) Fix SMPI replay & smpi-replay tesh
2018-01-24 Christian Heinrich[SMPI] Fix smpi-replay-multiple test
2018-01-24 Christian Heinrich[EXAMPLES] Update smpi_msg_masterslave -- move the...
2018-01-15 Christian Heinrich[TESH] Fix smpi-trace tesh file
2018-01-15 Christian Heinrich[TESTS] Use platfdir, srcdir and bindir for more smpi...
2018-01-12 Frederic Suterplease Sonar
2018-01-12 Christian Heinrich[CMAKE] Add srcdir, bindir and platfdir variables for...
2018-01-11 Frederic SuterMessing up with VM
2018-01-11 Frederic Suterconvert cloud-migration example
2018-01-10 Frederic Suterfix 32bit
2018-01-10 Frederic Suterconvert kademlia example to s4u
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-30 Frederic Suteravoid xbt_strdup in c++ examples and tests
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Martin Quinsonfix #245: migrating an actor does not migrate its execution
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-23 Martin Quinsondeprecate MSG in the documentation
2017-12-19 Martin Quinsontypos
2017-12-19 Martin Quinsonmake ns3 not segfault anymore. Now it timeouts
2017-12-19 Martin Quinsonconvert another example to S4U (and document it)
2017-12-19 Frederic Suteradd live migration plugin in java.
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-17 Arnaud GierschFix concurrent run of msg-trace-* examples.
2017-12-16 Martin Quinsondeport three other MSG examples
2017-12-15 Martin Quinsondocument another s4u example
2017-12-15 Martin Quinsonborken links in examples
2017-12-15 Martin QuinsonDocument the exec-ptask example
2017-12-15 Martin QuinsonThis is not really linked to energy
2017-12-15 Martin Quinsonadd some missing examples to the doc
2017-12-15 Martin Quinsonreorganize the S4U examples in the doc
2017-12-14 Martin Quinsonfix some broken links in the doc after the example...
2017-12-14 Martin Quinsonuse the C++ API here
2017-12-14 Martin Quinsonthis is actually an example of exec, no link to energy...
2017-12-14 Martin Quinsonconvert another example to s4u, and move the MSG versio...
2017-12-14 Frederic Sutersimpler S4u version of chainsend
2017-12-12 Martin Quinsonanother MSG example fades away
2017-12-12 Martin Quinsonplug a memleak and cosmetics
2017-12-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
next