Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tweak the handling of WaitAny transitions. It should be properly fixed later.
[simgrid.git] / src / mc / mc_transition.c
2010-08-03 cristianrosaTweak the handling of WaitAny transitions. It should...
2010-07-05 cristianrosaChange dependence function to mimic the one in AVOCS...
2010-05-27 cristianrosaTransform transitions of type "mc_waitany" into multipl...
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-26 cristianrosaAdd logging for transitions
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaImprove independence detection of transitions (more...
2010-05-12 cristianrosaBugfix: fix memory leak related to transition creation...
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-10 cristianrosaImprove the transition's dependence detection in MC
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet