Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensure that the verified application still works if get_max_consider() is not called...
[simgrid.git] / src / mc / mc_base.cpp
index 93eef1a..a35833c 100644 (file)
@@ -40,9 +40,7 @@ namespace simgrid::mc {
 void execute_actors()
 {
   auto* engine = kernel::EngineImpl::get_instance();
-#if SIMGRID_HAVE_MC
-  xbt_assert(mc_model_checker == nullptr, "This must be called from the client");
-#endif
+
   while (engine->has_actors_to_run()) {
     engine->run_all_actors();
     for (auto const& actor : engine->get_actors_that_ran()) {