Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u: test what happens when we kill a newborn actor (seems to work)
[simgrid.git] / examples / s4u /
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-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-03-28 Christian Heinrich[REPLAY] Remove C-based Replay API
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 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-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 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-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-01-12 Frederic Suterplease Sonar
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-19 Martin Quinsontypos
2017-12-19 Martin Quinsonconvert another example to S4U (and document it)
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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 Quinsonplug a memleak and cosmetics
2017-12-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-12-12 Martin Quinsonimprove documentation a tiny bit
2017-12-12 Frederic Suterfix MC. Host names always bite me
2017-12-12 Frederic Suterfinally add this converted test
2017-12-11 Frederic Sutermv trace-platform from MSG to S4U
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-11 Martin QuinsonPliz don't have two log channels with the same name
2017-12-10 Martin Quinsonrename the replay example as such
2017-12-10 Martin Quinsondoc improvements
2017-12-10 Martin Quinsonsimplification: no need for new/delete here
2017-12-09 Martin QuinsonTODO--
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
2017-12-09 Martin QuinsonNew test for the remote exec
2017-12-09 Martin Quinsonbetter example on monitoring s4u::Exec activities
2017-12-09 Martin Quinsonbetter integration of this example
2017-12-09 Martin Quinsonexplain to the users what's going on here
2017-12-09 Martin Quinsonadd the exec-async example to the doc
2017-12-09 Martin Quinsonsort examples, improve doc
2017-12-09 Martin Quinsondoc improvement
2017-12-09 Martin Quinsonthis example will never be launched with ECOFEN again
2017-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-07 Frederic Suterrework the example to get rid of the deployment file
2017-12-07 Frederic Suterpopulate Exec a bit more
2017-12-06 Martin Quinsonsmall doc improvement (hopefuly)
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-06 Frederic Suterplug leak (unlink does not delete)
2017-12-05 Arnaud GierschNo need for reinterpret_cast here.
2017-12-05 Arnaud GierschAdd dummy instruction to please sonar.
2017-12-05 Frederic Suterplease sonar and do the same in teshsuite
2017-12-05 Frederic Sutermove last MSG io example to teshsuite
2017-12-05 Frederic Suterslightly augment this test (unlink)
2017-12-05 Frederic Suterconvert this example too
2017-12-05 Frederic SuterallStorages() -> getStorageList(whereTo)
2017-12-05 Frederic Suterplug leak
2017-12-05 Martin Quinsonexample doc++ (noci)
2017-12-04 Martin Quinsonremove that example: now a dupplicate of actor-execute
2017-12-04 Martin Quinsonimprove that example so that it also demonstrates the...
2017-12-04 Martin Quinsondoc improvements
next