Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document recent changes
[simgrid.git] / src /
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: pthread_mutex_trylock shall return 0 on success
2023-10-25 Martin Quinsonsthread: do not intercept valgrind nor /bin/sh, and...
2023-10-25 Martin Quinsonsthread/ObjectAccess: bug fix + report when more than...
2023-10-24 Martin QuinsonInstructive error message
2023-10-24 Martin Quinsonsthread object tracker: allow recursive object accesses
2023-10-24 Martin QuinsonDocument a variable
2023-10-24 Martin QuinsonTypo + cosmetics in portability helpers
2023-10-23 Martin Quinsonsthread_access: also take the function name in the...
2023-10-23 Martin QuinsonCorrectly check the params of Sendrecv for buffer being...
2023-10-23 Martin QuinsonFix a bug found by MBI: Buffers of MPI_Sendrecv() must...
2023-10-21 Martin QuinsonFix the dependency of barrier from the same actor ...
2023-10-17 Augustin DegommeSMPI - delay allocation of mailboxes to save some memor...
2023-10-12 Fred Suter enable use of IO streams with Ptask model
2023-10-11 Martin QuinsonMerge branch 'task-dispatch' into 'master'
2023-10-10 Augustin Degommeapparently, deque is faster than list in our usecases
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-10 Adrien Gougeonupdate doc
2023-10-06 Fred SuterUse Ptr to store disks of a HostImpl, do not care about...
2023-10-05 Fred SuterReducing the number of refcount changes for ActivityImpl
2023-10-02 Adrien Gougeonremove unused variable
2023-10-02 Adrien Gougeonfix all Task examples to support the new Task format...
2023-09-27 Fred Sutersimplify and remove silly debug
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 SuterCan also connect a NetZone to anybody and anobody to...
2023-09-21 Fred Sutersimpler way to define routes between zones (and between...
2023-09-21 Fred SuterExplicitely create, store, and expose NetZone gateway(s)
2023-09-21 Fred Suterwe don't do AS anymore
2023-09-21 Adrien Gougeonadd doc about parallel tasks. fix some warning in plugi...
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-14 Adrien Gougeonclang-format
2023-09-14 Adrien Gougeonadd keyword horizontal scaling to doc
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 QuinsonAlso deprecate Activity::waitany/waitall/testany
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/remove Io::waitany() and waitanyfor()
2023-07-24 Martin QuinsonKill an unused variable
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 QuinsonC bindings of ActivitySet, along with 4 examples
2023-07-21 Adrien Gougeonadd nominal charge and discharge power to batteries
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 SuterMerge branch 'master' into jbod
2023-07-20 Martin QuinsonMPI_UNIVERSE_SIZE now initialized to the total amount...
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
2023-07-15 Martin QuinsonMerge branch 'fix-comm-signal' into 'master'
2023-07-13 Adrien GougeonSoH now based on internal values (lost/gained energy...
2023-07-13 Adrien Gougeonremove parameter depth of discharge from battery instan...
2023-07-12 Arnaud GierschFix misleading indentation.
2023-07-11 Adrien Gougeonremove unused battery parameters
2023-07-11 Adrien Gougeonadd new battery plugin doc
2023-07-11 Adrien Gougeontry to fix initializer order
2023-07-11 Adrien GougeonComplete revamp of battery plugin
2023-07-11 Arnaud GierschPlease Asan.
2023-07-11 Arnaud GierschComplete commit afc02b7104 (Use std::string_view).
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Fred Suteradding a JBOD concept
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Martin QuinsonNew example: activityset-waitallfor
2023-07-10 Adrien Gougeonupdate comm status BEFORE sending signals
2023-07-10 Arnaud GierschMissing includes (for gcc-14?)
2023-07-10 Arnaud GierschCosmetics (codefactor.io).
2023-07-10 Arnaud GierschUse std::string_view.
2023-07-10 Arnaud GierschMake function "const", and void copy by returning a...
2023-07-10 Martin QuinsonConvert an example to the new activity sets
2023-07-09 Martin QuinsonImplement ActivitySet
2023-07-02 Martin QuinsonFix a MC serialization bug around WaitAny
2023-07-01 Martin QuinsonDon't send sbuff and rbuff to the MC checker
2023-07-01 Martin QuinsonDon't break MC protocol if the user code has space...
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-29 Martin QuinsonShow the user-level call in MC backtraces
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschUnused parameters (Sonar).
2023-06-29 Arnaud GierschShadowed variables (Sonar).
2023-06-29 Arnaud GierschPass large objects by reference to const (Sonar).
2023-06-29 Arnaud GierschThe result of "std::move" should not be passed as a...
2023-06-28 Arnaud GierschFunctions having rvalue reference arguments should...
2023-06-28 Arnaud GierschFix: "std::move" should only be used where moving can...
next