X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3e650953e3a2b3adb8ec8c194d7e520ba721cc5b..91bb77753278264baf1acecdfe389ff7e2fcd270:/src/surf/surfxml_parseplatf.c diff --git a/src/surf/surfxml_parseplatf.c b/src/surf/surfxml_parseplatf.c index f8130cbecc..1a88c38027 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -72,18 +72,15 @@ XBT_PUBLIC(void) gpu_register_callbacks(void){ static int after_config_done; void parse_after_config() { if (!after_config_done) { - // - #ifdef HAVE_TRACING - TRACE_start(); - #endif + TRACE_start(); /* Register classical callbacks */ storage_register_callbacks(); routing_register_callbacks(); + gpu_register_callbacks(); /* ***************************************** */ /* TUTORIAL: New TAG */ - gpu_register_callbacks(); /* ***************************************** */ after_config_done = 1; }