Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New trace replayer, as fast as hell, and as boring as hell, too
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2010 20:14:22 +0000 (20:14 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 8 Dec 2010 20:14:22 +0000 (20:14 +0000)
commit3d27a1e82ea26521deee4ab0bab6543ab4339da9
tree940c14eee520c9aa32b4dee9ddbed5678974ee81
parentf27a63f2703cba8d48efc7e175102ca30e3748ab
New trace replayer, as fast as hell, and as boring as hell, too

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9099 48e7efb5-ca39-0410-a469-dd3cf9ba447f
12 files changed:
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExeLib.cmake
include/simix/simix.h
src/replay/CMakeLists.txt [new file with mode: 0644]
src/replay/README [new file with mode: 0644]
src/replay/replay.c [new file with mode: 0644]
src/replay/replay.h [new file with mode: 0644]
src/replay/replay_MPI.c [new file with mode: 0644]
src/replay/replay_trace_reader.c [new file with mode: 0644]
src/replay/state_machine_context.c [new file with mode: 0644]
src/simix/smx_smurf.c
src/simix/smx_user.c