tesh: allow variable substitutions in setenv cmds, and more robust to invalid numerical values |
|
More...
|
about 1 year ago
|
Rework the doc of model-check/replay, and add an example with sthread |
|
More...
|
about 1 year ago
|
cut the backtrace displayed from sthread to the sthread_create to hide useless cruft |
|
More...
|
about 1 year ago
|
Various doc improvements |
|
More...
|
about 1 year ago
|
Merge branch 'battery-get-name' into 'master' |
|
More...
|
about 1 year ago
|
Fix Host::execute to use *this as a host location, not the this_actor->get_host() |
|
More...
|
about 1 year ago
|
typo |
|
More...
|
about 1 year ago
|
add get_name for batteries. update dag_from_json to support wfformat 1.4 |
|
More...
|
about 1 year ago
|
Add a structure for reduction algorithm |
|
More...
|
about 1 year ago
|
Draft a release |
|
More...
|
about 1 year ago
|
Merge branch 'master' of https://framagit.org/simgrid/simgrid into rewrite_dpor |
|
More...
|
about 1 year ago
|
Fix an ODR reported by ASan |
|
More...
|
about 1 year ago
|
Have create_jbod() return a JbodPtr instead of Jbod* to avoid memleaks |
|
More...
|
about 1 year ago
|
Give a way to C users to not leak activities in activityset |
|
More...
|
about 1 year ago
|
Try to fix a compiler error seen on Flag2 job of jenkins |
|
More...
|
about 1 year ago
|
MC: move the reversible_race logic to the Transition class |
|
More...
|
about 1 year ago
|
simplify the way Jbods are defined |
|
More...
|
about 1 year ago
|
another try at cleanly unlocking the mutexes before destroying them in SMPI::RMA |
|
More...
|
about 1 year ago
|
Try to fix a failure about mutex freed too early in RMA |
|
More...
|
about 1 year ago
|
Fix clang builds |
|
More...
|
about 1 year ago
|
New method: MutexImpl::is_granted() |
|
More...
|
about 1 year ago
|
More forward declarations |
|
More...
|
about 1 year ago
|
hopefully bigdft CI (work around an issue we identified, pending a fix) |
|
More...
|
about 1 year ago
|
Sanity check that mutex are empty when destroyed |
|
More...
|
about 1 year ago
|
Check in the right location that a mutex is provided to cond_wait |
|
More...
|
about 1 year ago
|
Rename the CondVar observer as it should |
|
More...
|
about 1 year ago
|
Move the conditionVariable observer to the right file |
|
More...
|
about 1 year ago
|
Sanity checks about the lock protecting a pthread_cond |
|
More...
|
about 1 year ago
|
New function s4u::Mutex::get_owner() |
|
More...
|
about 1 year ago
|
Template implem of cond_timedwait in sthread |
|
More...
|
about 1 year ago
|