Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Display the stack of each actor during a MC replay (unless --log=no_log for the tests)
[simgrid.git] / src / mc / mc_base.cpp
index 95965ec..ac3f49f 100644 (file)
@@ -19,6 +19,7 @@
 #endif
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(mc, "All MC categories");
+bool simgrid_mc_replay_show_backtraces = false;
 
 namespace simgrid::mc {