Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Enable memcheck for tests test-help-*.
[simgrid.git] / examples /
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-03-21 Arnaud GierschLame attempt to hide problems on Jenkins.
2019-03-21 Arnaud GierschCapitalize class name.
2019-03-20 Arnaud GierschTrailing whitespaces.
2019-03-19 Arnaud GierschCosmetic rename.
2019-03-19 Martin Quinsonpython: add exec-dvfs example
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-17 Martin Quinsonpython doc: add Comm and Exec to the refguide
2019-03-17 Martin Quinsonfix make distcheck + reindent
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-17 Martin QuinsonSimplify the exec-ptask example
2019-03-17 Martin Quinsonmerge exec-async and exec-monitor examples
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-17 Martin Quinsondocument the recent python examples
2019-03-17 Martin QuinsonPython: Add Comm.wait_any
2019-03-17 Martin Quinsonpython: add Comm.waitall
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-15 Martin Quinsonpython: Add Comm.wait() and Comm.test()
2019-03-15 Martin Quinsonactors on failing hosts should die silently and with...
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschTry to make tests succeed with coverage on Jenkins.
2019-03-14 Arnaud GierschMove test declaration in proper CMakeLists.txt.
2019-03-13 Arnaud GierschSimplification.
2019-03-12 Arnaud GierschEnsure field is initialized.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-07 Frederic SuterSplit the behavior of ActorImpl::create
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-03-01 Frederic SuterThe creation of the pimpl needs no simcall
2019-02-28 Arnaud GierschMake destructors useless.
2019-02-28 Martin QuinsonDon't give actors a chance to survive their exec if...
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschCapitalize constants.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-27 Arnaud GierschKill unused constants.
2019-02-27 Frederic Suterfix (#220) ?
2019-02-27 Frederic Suterfix typos in warning
2019-02-26 degommeChange color of "barrier" in trace. It was too close...
2019-02-26 degommeAdd simple gemm example for SMPI with sampling macros.
2019-02-26 degommeYet again change the way SMPI_SAMPLE_MACRO works
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Frederic Sutersimplify these tests
2019-02-25 Frederic Suterdo not promote bad practices: use "accessor" to get...
2019-02-23 Frederic Suterplease sonar
2019-02-22 Frederic Suterconvert maestro-set to S4U
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterremove doublons caused by extra pop
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suterrevalidate tesh file
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutermodernize a simcall in MSG
2019-02-20 degommeChange the syntax of SMPI_SAMPLE_* macros.
2019-02-19 Augustin Degommereduce size of message sent ..
2019-02-13 Arnaud GierschPolish passage of std::string parameters.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschNo need to answer to simcall when host is off.
2019-02-11 Arnaud GierschRename file for the sake of consistency.
2019-02-09 Martin Quinsonremove a useless example profile
2019-02-09 Martin Quinsonmv examples/platforms/two_hosts_platform_with_availabil...
2019-02-09 Martin QuinsonIn <host> and <peer>, availability_file is now speed_file
2019-02-09 Arnaud GierschTests {msg,s4u}-platform-failures seem to work as expec...
2019-02-09 Arnaud GierschUpdate tesh files for {msg,s4u}-platform-failures.
2019-02-09 Arnaud GierschFile has been renamed.
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Martin Quinsonmv examples/platforms/trace examples/platforms/profiles
2019-02-08 Martin Quinsonimprove the doc of this example
2019-02-08 Martin Quinsonadd an example of speed profile in the platform
2019-02-06 Arnaud GierschFix URL for simgrid.dtd.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschReset pointer to make it clear for cppcheck that it...
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-02 Martin Quinsonsonar: Replace this if-then-else statement by a single...
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-01-29 Arnaud GierschKill dead code in kademlia examples.
2019-01-29 Arnaud Giersch[java] Delete broken test.
2019-01-28 Martin Quinsonthis file should not be executable
2019-01-27 Martin QuinsonDocument a recent example
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-25 Arnaud GierschRestore final messages in Java examples.
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-23 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-01-23 Arnaud GierschUse $PYTHON_EXECUTABLE in tesh files.
2019-01-21 Arnaud GierschActivate test s4u-actor-exiting.
2019-01-20 Martin Quinsonnew (failing) example about on_exit and on_destruction
2019-01-16 Arnaud GierschFix paths.
2019-01-16 Arnaud GierschKill unused example simdag/goal_test.
2019-01-16 Arnaud GierschTypo².
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-16 Arnaud GierschTypo.
2019-01-15 Martin Quinsonfix Java and MC examples
2019-01-15 Martin QuinsonMove MSG and SimDag examples out of the sight of users
2019-01-14 Martin Quinsonfix the sonar fix
2019-01-14 Martin QuinsonDoc improvement in this example
2019-01-14 Martin Quinsonplease sonar
2019-01-14 Augustin Degommefix dist
2019-01-14 Augustin Degommerename test to avoid name conflict (for sonarcloud...
next