Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove remaining bits of parmap in MC (not used)
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 15 Mar 2016 13:09:32 +0000 (14:09 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 15 Mar 2016 13:09:42 +0000 (14:09 +0100)
src/mc/ModelChecker.cpp
src/mc/mc_liveness.cpp
src/mc/mc_private.h

index 6ff138a..4489b84 100644 (file)
@@ -118,9 +118,6 @@ void ModelChecker::start()
   if ((_sg_mc_dot_output_file != nullptr) && (_sg_mc_dot_output_file[0] != '\0'))
     MC_init_dot_output();
 
   if ((_sg_mc_dot_output_file != nullptr) && (_sg_mc_dot_output_file[0] != '\0'))
     MC_init_dot_output();
 
-  /* Init parmap */
-  //parmap = xbt_parmap_mc_new(xbt_os_get_numcores(), XBT_PARMAP_DEFAULT);
-
   setup_ignore();
 
   ptrace(PTRACE_SETOPTIONS, pid, nullptr, PTRACE_O_TRACEEXIT);
   setup_ignore();
 
   ptrace(PTRACE_SETOPTIONS, pid, nullptr, PTRACE_O_TRACEEXIT);
index bce2296..c9202f5 100644 (file)
@@ -13,7 +13,6 @@
 #include <xbt/dynar.h>
 #include <xbt/fifo.h>
 #include <xbt/log.h>
 #include <xbt/dynar.h>
 #include <xbt/fifo.h>
 #include <xbt/log.h>
-#include <xbt/parmap.h>
 #include <xbt/sysdep.h>
 
 #include "src/mc/mc_request.h"
 #include <xbt/sysdep.h>
 
 #include "src/mc/mc_request.h"
@@ -32,7 +31,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_liveness, mc,
 /********* Global variables *********/
 
 xbt_dynar_t acceptance_pairs;
 /********* Global variables *********/
 
 xbt_dynar_t acceptance_pairs;
-xbt_parmap_t parmap;
 
 /********* Static functions *********/
 
 
 /********* Static functions *********/
 
index 24548e0..189e52f 100644 (file)
@@ -21,7 +21,6 @@
 #include <simgrid/msg.h>
 #include <xbt/fifo.h>
 #include <xbt/config.h>
 #include <simgrid/msg.h>
 #include <xbt/fifo.h>
 #include <xbt/config.h>
-#include <xbt/parmap.h>
 #include <xbt/base.h>
 
 #include "mc/mc.h"
 #include <xbt/base.h>
 
 #include "mc/mc.h"
@@ -46,7 +45,6 @@ XBT_PRIVATE void MC_init_dot_output();
 
 XBT_PRIVATE extern FILE *dot_output;
 XBT_PRIVATE extern const char* colors[13];
 
 XBT_PRIVATE extern FILE *dot_output;
 XBT_PRIVATE extern const char* colors[13];
-XBT_PRIVATE extern xbt_parmap_t parmap;
 
 XBT_PRIVATE extern int user_max_depth_reached;
 
 
 XBT_PRIVATE extern int user_max_depth_reached;