Update copyright lines for 2024. |
|
More...
|
12 months ago
|
Move function to the right tab. |
|
More...
|
12 months ago
|
retrieve a Host's Disk by its name |
|
More...
|
12 months ago
|
allow to access to an activity in an ActivitySet |
|
More...
|
12 months ago
|
Add an assert to avoid segfaults |
|
More...
|
12 months ago
|
fix bug with detached Mess + more log |
|
More...
|
about 1 year ago
|
protect this template against older C++ versions as it is only used in some cases and not relevant in most cases. It would break with codes explicitely having an older C++ requirement (and with future ones it will have to be switched to invoke_result_t also, as it is deprecated .. TODO) |
|
More...
|
about 1 year ago
|
smpicxx, bump requirement as simgrid wants 17 |
|
More...
|
about 1 year ago
|
ho ho ho ! remove workaround now that ntpoly3.1 is out |
|
More...
|
about 1 year ago
|
allow a Mess to be detached |
|
More...
|
about 1 year ago
|
Allow calling SMPI_app_instance_start with a function of any prototype and argument list |
|
More...
|
about 1 year ago
|
Improve a comment, and try to failfast in case our expectations are violated |
|
More...
|
about 1 year ago
|
Bugfix: non-recursive locks must deadlock when relocking by same actor |
|
More...
|
about 1 year ago
|
Fix a segfault occuring when you display all logs in a simgrid sim |
|
More...
|
about 1 year ago
|
Fix a segfault in chord-parallel |
|
More...
|
about 1 year ago
|
Fix the tesh of the chord example |
|
More...
|
about 1 year ago
|
Timeout on communications do not interrupt the comm anymore |
|
More...
|
about 1 year ago
|
Comm timeout activities are no failure detectors (anymore) |
|
More...
|
about 1 year ago
|
Activities cannot timeout that way, forget it |
|
More...
|
about 1 year ago
|
Implement the timeouts of CV with a timer, and kill the now useless TimeoutDetector class |
|
More...
|
about 1 year ago
|
Some refactoring around activity finish() |
|
More...
|
about 1 year ago
|
Merge branch 'master' of framagit.org:simgrid/simgrid |
|
More...
|
about 1 year ago
|
Allow multiple waiting synchros per Actor and solve some timeout issues |
|
More...
|
about 1 year ago
|
Cosmetics |
|
More...
|
about 1 year ago
|
Move even more finish() content to the common unregister_first_simcall() function |
|
More...
|
about 1 year ago
|
Get some light optimizations for developers (when compiling without optim but with warnings) |
|
More...
|
about 1 year ago
|
Even further symmetry between finish() of activities |
|
More...
|
about 1 year ago
|
Handle the disconnection of an activity from a WaitAny container along with its disconnection from actors |
|
More...
|
about 1 year ago
|
Do not handle cases that never happen |
|
More...
|
about 1 year ago
|
More uniformity between the Activity::finish() functions |
|
More...
|
about 1 year ago
|