Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change flatifier for having router.
[simgrid.git] / src / instr / instr_config.c
index 7c26072..55dd066 100644 (file)
@@ -123,7 +123,7 @@ void TRACE_global_init(int *argc, char **argv)
                    NULL, NULL);
 
   /* platform method */
-  char *default_tracing_platform_method = xbt_strdup("b");
+  char *default_tracing_platform_method = xbt_strdup("a");
   xbt_cfg_register(&_surf_cfg_set, OPT_TRACING_PLATFORM_METHOD,
                    "Tracing method used to register categorized resource behavior.",
                    xbt_cfgelm_string, &default_tracing_platform_method, 1,
@@ -154,4 +154,15 @@ void TRACE_global_init(int *argc, char **argv)
   trace_configured = 1;
 }
 
+#undef OPT_TRACING
+#undef OPT_TRACING_SMPI
+#undef OPT_TRACING_SMPI_GROUP
+#undef OPT_TRACING_PLATFORM
+#undef OPT_TRACING_UNCATEGORIZED
+#undef OPT_TRACING_MSG_TASK
+#undef OPT_TRACING_MSG_PROCESS
+#undef OPT_TRACING_MSG_VOLUME
+#undef OPT_TRACING_FILENAME
+#undef OPT_TRACING_PLATFORM_METHOD
+
 #endif