Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill that example
[simgrid.git] / src / simix / smx_global.cpp
index 0b705ad..f783f8b 100644 (file)
@@ -380,8 +380,7 @@ static int process_syscall_color(void *p)
  */
 void SIMIX_run(void)
 {
-  if(MC_record_path) {
-    MC_record_replay_init();
+  if (MC_record_path) {
     MC_record_replay_from_string(MC_record_path);
     return;
   }