Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement pthread_join in MC mode for sthread
[simgrid.git] / src / mc / mc_config.hpp
index e5232f7b25ed6ab97f80f873ad21247c09d15cc1..39e07cdf5283d71d1460b4c1e7873ae85c66a904 100644 (file)
@@ -9,6 +9,10 @@
 #include <xbt/config.hpp>
 
 /********************************** Configuration of MC **************************************/
+namespace simgrid::mc {
+bool cfg_use_DPOR(); // "model-check/reduction" == "DPOR"
+};
+
 extern "C" XBT_PUBLIC int _sg_do_model_check;
 extern XBT_PUBLIC simgrid::config::Flag<std::string> _sg_mc_buffering;
 extern XBT_PRIVATE simgrid::config::Flag<int> _sg_mc_checkpoint;