Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : ignore information about simix_global in safety MC
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 4 Oct 2013 13:12:13 +0000 (15:12 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Fri, 4 Oct 2013 13:21:20 +0000 (15:21 +0200)
src/mc/mc_dpor.c

index 58d9728..643acf8 100644 (file)
@@ -224,6 +224,9 @@ void MC_dpor_init()
   /* Wait for requests (schedules processes) */
   MC_wait_for_requests();
 
   /* Wait for requests (schedules processes) */
   MC_wait_for_requests();
 
+  MC_ignore_heap(simix_global->process_to_run->data, 0);
+  MC_ignore_heap(simix_global->process_that_ran->data, 0);
+
   MC_SET_RAW_MEM;
  
   /* Get an enabled process and insert it in the interleave set of the initial state */
   MC_SET_RAW_MEM;
  
   /* Get an enabled process and insert it in the interleave set of the initial state */