Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old cruft.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 30 Jan 2013 15:41:24 +0000 (16:41 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 30 Jan 2013 15:41:24 +0000 (16:41 +0100)
src/mc/README [deleted file]

diff --git a/src/mc/README b/src/mc/README
deleted file mode 100644 (file)
index e2c38da..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-This file lists the issues to solve to achieve a the full integration of the MC branch:
-- Model-checker entry point: 
-  Up to now, the main function of each user API has to be modified to call MC_modelcheck instead of SIMIX_solve. 
-  It would be nice to have a command line option like --model-check to determine the right behaviour.
-
-- Memory managment routines:
-  Because mc_memory.c redefines malloc, calloc, realloc and free, now even the simulator is going to use
-  the mmalloc library. This is no good because it is far slower than GNU's malloc, so some black magic should be
-  used to link against one library or the other depending on the mode choosed by the user.