Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Optimization, if no parallel execution is selected use the serial execution.
[simgrid.git] / src / mc /
2011-01-26 cristianrosaBugfix: return testany requests' result when they succe...
2011-01-26 cristianrosaDebug generation clean-ups.
2011-01-26 cristianrosaBugfix: the dependence relation between isend/irecv...
2011-01-26 cristianrosaImprove independence detection and request pretty printing.
2011-01-26 cristianrosaImprove the show stack function. (Now it prints the...
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaImprove debug information for waitany and testany requests.
2011-01-20 cristianrosaBugfix: do not compare comm actions to decide if they...
2011-01-20 cristianrosaBugfix: correctly set the process to MC_DONE once the...
2011-01-20 cristianrosaBugfix: every state should also save a copy of the...
2011-01-20 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaBugfix: save only the state of the heap and libsimgrid.
2011-01-20 cristianrosaBugfix: do not assume that request of different type...
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
2011-01-05 cristianrosaRework state's implementation to better support waitany...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-16 cristianrosaBugfix: deadlock detection was wrong. Reimplemented.
2010-12-16 cristianrosaBugfix: correctly set/unset the raw memory when taking...
2010-12-16 cristianrosaImprove the debugging information
2010-12-15 cristianrosaAnswer the request as the last action on it (it will...
2010-12-15 cristianrosaFix the detection of the raw_heap when snapshoting
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
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 thieryCleaner detection of using model-checking.
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-10 cristianrosaTweak a bit the dependence function
2010-08-05 cristianrosaImprove handling of WaitAny transitions.
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-07-05 cristianrosaChange dependence function to mimic the one in AVOCS...
2010-05-27 cristianrosaRemove the transitions from the model-checker's setset...
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-26 cristianrosaAdd MC support for processes with multiple enabled...
2010-05-21 cristianrosaImprove support for WaitAny transitions, not usable...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaAdd dead-lock detection to MC
2010-05-17 cristianrosaImprove comments on examples
2010-05-17 cristianrosaImprove independence detection of transitions (more...
2010-05-17 cristianrosaBugfix: Do not copy the communication data in the model...
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-12 cristianrosaBugfix: delete the set of created transitions, otherwis...
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-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-06 mquinsonImprove the integration of mmalloc and mc_memory into...
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-05-05 mquinsonAdd the model-checker to the build tree. It's not used yet