Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] no longer mandate network/optim to Full when tracing is activated
[simgrid.git] / src / instr / instr_config.c
index 2770759..ce36bb4 100644 (file)
@@ -506,16 +506,6 @@ void TRACE_generate_triva_cat_conf (void)
   }
 }
 
-void TRACE_set_network_update_mechanism (void)
-{
-  if (TRACE_is_enabled()){
-    if (TRACE_categorized() || TRACE_uncategorized()){
-      XBT_INFO ("Tracing resource utilization active, network/optim configuration now set to Full.");
-      xbt_cfg_set_string (_surf_cfg_set, "network/optim", "Full");
-    }
-  }
-}
-
 #undef OPT_TRACING
 #undef OPT_TRACING_PLATFORM
 #undef OPT_TRACING_SMPI