]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/explo/CommunicationDeterminismChecker.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a multiset to handle opened states, and ensures a reproductible order on differen...
[simgrid.git] / src / mc / explo / CommunicationDeterminismChecker.cpp
index cc76198e5374a3d3a6bef904191c662fe98d021d..a1a51ce080dc5f2c4c70f5f859dea69d07850ff7 100644 (file)
@@ -327,7 +327,7 @@ Exploration* create_communication_determinism_checker(const std::vector<char*>&
 
   XBT_DEBUG("********* Start communication determinism verification *********");
 
-  auto base      = new DFSExplorer(args, with_dpor);
+  auto base      = new DFSExplorer(args, with_dpor, true);
   auto extension = new CommDetExtension(*base);
 
   DFSExplorer::on_exploration_start([extension](RemoteApp const&) {