Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small bugfixes to stabilize the MC
[simgrid.git] / src / mc / mc_dpor.c
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
2010-12-15 cristianrosaAnswer the request as the last action on it (it will...
2010-12-09 cristianrosaRemove the fork based checkpoint functionality.
2010-12-08 cristianrosaCompile fix: smx_process_t->request is a s_smx_req_t...
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-08-05 cristianrosaShow more information on dead-lock'ed transitions
2010-08-03 cristianrosaTweak the handling of WaitAny transitions. It should...
2010-07-29 cristianrosaFix a bug in the MC that enables running programs that...
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-26 cristianrosaAdd MC support for processes with multiple enabled...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaAdd dead-lock detection to MC
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-05 mquinsonAdd the model-checker to the build tree. It's not used yet