Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a dynar instead of a swag to implement the process_to_run list.
[simgrid.git] / src / mc / mc_global.c
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-05-27 cristianrosaRemove the transitions from the model-checker's setset...
2010-05-26 cristianrosaTransform random transitions into multiple // transitio...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-17 cristianrosaImprove comments on examples
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-05 mquinsonAdd the model-checker to the build tree. It's not used yet