Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the model-checker to the build tree. It's not used yet
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 May 2010 23:15:21 +0000 (23:15 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 5 May 2010 23:15:21 +0000 (23:15 +0000)
commit199b029b33b5b9fbe1eacb50828914f3b38bde2f
tree4f1eb1dca3b3195b821dface04a0e959475f857d
parentc0bf08270464302ec402873aed75a459b08e0a8c
Add the model-checker to the build tree. It's not used yet

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7701 48e7efb5-ca39-0410-a469-dd3cf9ba447f
12 files changed:
buildtools/Cmake/src/CMakeDefinePackages.txt
src/Makefile.am
src/mc/README [new file with mode: 0644]
src/mc/mc_checkpoint.c [new file with mode: 0644]
src/mc/mc_dfs.c [new file with mode: 0644]
src/mc/mc_dpor.c [new file with mode: 0644]
src/mc/mc_global.c [new file with mode: 0644]
src/mc/mc_memory.c [new file with mode: 0644]
src/mc/mc_transition.c [new file with mode: 0644]
src/mc/memory_map.c [new file with mode: 0644]
src/mc/private.h [new file with mode: 0644]
src/xbt/log.c