Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use RAII for sthread_enable/disable.
[simgrid.git] / examples /
2023-11-27 Arnaud GierschHarden msg/app-bittorrent for parallel executions.
2023-11-21 Arnaud GierschUpdate python/clusters-multicpu to the new API.
2023-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-20 Martin QuinsonMerge branch 'task-docs' into 'master'
2023-11-20 Martin QuinsonFix a dead store reported by infer
2023-11-19 Martin QuinsonFix some more doc errors. There is so many of them :(
2023-11-16 Martin QuinsonDocument ActivitySet
2023-11-16 Martin QuinsonDeprecate the bindings of a deprecated function
2023-11-15 Martin QuinsonProperly pass the LD_PRELOAD as a setenv command in...
2023-11-15 Martin Quinsoncut the backtrace displayed from sthread to the sthread...
2023-11-15 Martin QuinsonFix Host::execute to use *this as a host location,...
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-15 Adrien Gougeonadd get_name for batteries. update dag_from_json to...
2023-11-14 Martin QuinsonHave create_jbod() return a JbodPtr instead of Jbod...
2023-11-14 Martin QuinsonGive a way to C users to not leak activities in activityset
2023-11-13 Fred Sutersimplify the way Jbods are defined
2023-11-12 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-09 mlaurentFix tesh with new dependencies on Mutex
2023-11-08 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-08 Martin QuinsonFix SemWai::ReversibleRace()
2023-11-07 Martin QuinsonImprove the debug messages
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-07 Arnaud GierschUse standard __func__ instead of __FUNCTION__.
2023-11-05 Martin QuinsonRemove the stateful model-checking from the archive...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-03 Martin QuinsonMerge branch 'memleak-battery' into 'master'
2023-11-03 Adrien Gougeonfix memleak in battery examples and task-storm
2023-11-02 Adrien Gougeonmissing static keyword
2023-11-02 Adrien Gougeonimprove chiller example. remove on_power_change signal...
2023-11-02 Adrien Gougeonbetter comments on examples
2023-11-02 Martin QuinsonRemove ignored lines from tesh files, uberbumer
2023-11-02 Martin QuinsonMC: more debug messages
2023-10-30 Fred Suterno need to cast with ActivitySet
2023-10-30 Fred Suteradd MessageQueue to all ActivitySet examples
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-27 Fred SuterMerge branch 'master' into mq
2023-10-27 Martin QuinsonMissing files, and fix make distcheck
2023-10-26 Fred SuterMerge branch 'master' into mq
2023-10-26 Fred Suterrevalidate
2023-10-26 Fred Suterextend example to add message queues
2023-10-26 Fred Suterno size for message queue, and no 0-timeout either!
2023-10-26 Martin QuinsonFinish up the implementation of recursive mutexes
2023-10-25 Martin Quinsonsthread: implement recursive mutexes (test broken so...
2023-10-25 Martin Quinsonsthread: do not intercept valgrind nor /bin/sh, and...
2023-10-25 Martin QuinsonMissing copyright headers
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-24 Fred Suteradd Message queue abstraction
2023-10-23 Martin Quinsonsthread_access: also take the function name in the...
2023-10-17 Augustin DegommeSMPI - delay allocation of mailboxes to save some memor...
2023-10-11 Martin QuinsonMerge branch 'task-dispatch' into 'master'
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-09 Adrien Gougeonadd possibility for a battery to be a simple connector...
2023-10-02 Adrien Gougeonremove unused variable
2023-10-02 Adrien Gougeonfix all Task examples to support the new Task format...
2023-09-28 Adrien Gougeonadd battery-chiller-solar example.
2023-09-26 Fred Suterprefer returning a NetZone than a pair of NetPoints...
2023-09-25 Adrien Gougeonadd possibility to dispatch tasks (work in progress)
2023-09-24 Fred Suterfurther progress towards deprecation of complex add_route
2023-09-22 Martin QuinsonMerge branch 'task-doc' into 'master'
2023-09-22 Fred Sutersimplify routing_cluster.cpp
2023-09-22 Fred Sutersimplify supernode.cpp
2023-09-22 Fred Sutersimplify griffon.cpp
2023-09-21 Martin QuinsonMerge branch 'photovoltaic-revamp' into 'master'
2023-09-21 AdrienMerge branch 'master' into 'photovoltaic-revamp'
2023-09-18 Martin QuinsonMerge branch 'chiller-plugin' into 'master'
2023-09-18 Martin QuinsonMerge branch 'task_dispatch' into 'master'
2023-09-18 Adrien Gougeonadd chiller plugin with doc and an example
2023-09-15 Adrien Gougeonremove deprecated include
2023-09-14 Adrien Gougeonclang-format
2023-09-14 Adrien Gougeonphotovoltaic plugin revamp, now called solar panel
2023-09-14 Adrien Gougeonadd the possibility to increase the parallelism degree...
2023-09-13 Martin QuinsonUse an enum to make a parameter explicit instead of...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-09-08 Adrien Gougeonreplace create_event by schedule_handler and move param...
2023-07-25 Martin QuinsonDeprecate/remove Comm::wait_any and Comm::wait_any_for
2023-07-25 Martin QuinsonStop using comm-waitany in a test which contains Networ...
2023-07-25 Martin Quinsonremove Comm::testany()
2023-07-25 Martin QuinsonDeprecate 2 C functions
2023-07-25 Martin QuinsonDeprecate sg_comm_wait_all in C
2023-07-24 Martin QuinsonComm::waitallfor() is gone too
2023-07-24 Martin QuinsonDeprecate Comm::wait_all(). Remove it in python
2023-07-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-24 Martin QuinsonIntroduce a Mailbox::get_async() with no payload parameter
2023-07-21 Martin QuinsonRemove C test exec-waitany and deprecate the last exec...
2023-07-21 Martin QuinsonC bindings of ActivitySet, along with 4 examples
2023-07-21 Fred Suterexplicitely sealing zones (by precaution
2023-07-21 Fred Suteravoid usage of Comm::wait_all() in examples
2023-07-21 Martin Quinsoncosmetics
2023-07-21 Adrien Gougeonadd nominal charge and discharge power to batteries
2023-07-21 Martin QuinsonComplete the other activityset examples in python
2023-07-21 Martin QuinsonPython bindings of the ActivitySet, and add one example
2023-07-20 Martin QuinsonImplement Exec::wait_any on top of ActivitySet and...
2023-07-20 Martin QuinsonMerge branch 'jbod' into 'master'
2023-07-20 Fred Sutermove example
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-20 Martin QuinsonIntroduce SMPI_app_instance_join()
2023-07-19 Martin QuinsonAdd a add_route with s4u::Link instead of LinkInRoute
2023-07-19 Martin QuinsonAdd a add_route for hosts, without gateways
next