9
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tesh: allow variable substitutions in setenv cmds, and more robust to invalid numerical values
mquinson
as Martin Quinson
More... about 1 year ago
Rework the doc of model-check/replay, and add an example with sthread
mquinson
as Martin Quinson
More... about 1 year ago
cut the backtrace displayed from sthread to the sthread_create to hide useless cruft
mquinson
as Martin Quinson
More... about 1 year ago
Various doc improvements
mquinson
as Martin Quinson
More... about 1 year ago
Merge branch 'battery-get-name' into 'master'
mquinson
as Martin Quinson
More... about 1 year ago
Fix Host::execute to use *this as a host location, not the this_actor->get_host()
mquinson
as Martin Quinson
More... about 1 year ago
typo
mquinson
as Martin Quinson
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
mquinson
as Martin Quinson
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
mquinson
as Martin Quinson
More... about 1 year ago
Have create_jbod() return a JbodPtr instead of Jbod* to avoid memleaks
mquinson
as Martin Quinson
More... about 1 year ago
Give a way to C users to not leak activities in activityset
mquinson
as Martin Quinson
More... about 1 year ago
Try to fix a compiler error seen on Flag2 job of jenkins
mquinson
as Martin Quinson
More... about 1 year ago
MC: move the reversible_race logic to the Transition class
mquinson
as Martin Quinson
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
mquinson
as Martin Quinson
More... about 1 year ago
Try to fix a failure about mutex freed too early in RMA
mquinson
as Martin Quinson
More... about 1 year ago
Fix clang builds
mquinson
as Martin Quinson
More... about 1 year ago
New method: MutexImpl::is_granted()
mquinson
as Martin Quinson
More... about 1 year ago
More forward declarations
mquinson
as Martin Quinson
More... about 1 year ago
hopefully bigdft CI (work around an issue we identified, pending a fix)
degomme
as Augustin Degomme
More... about 1 year ago
Sanity check that mutex are empty when destroyed
mquinson
as Martin Quinson
More... about 1 year ago
Check in the right location that a mutex is provided to cond_wait
mquinson
as Martin Quinson
More... about 1 year ago
Rename the CondVar observer as it should
mquinson
as Martin Quinson
More... about 1 year ago
Move the conditionVariable observer to the right file
mquinson
as Martin Quinson
More... about 1 year ago
Sanity checks about the lock protecting a pthread_cond
mquinson
as Martin Quinson
More... about 1 year ago
New function s4u::Mutex::get_owner()
mquinson
as Martin Quinson
More... about 1 year ago
Template implem of cond_timedwait in sthread
mquinson
as Martin Quinson
More... about 1 year ago