Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Function does not exist yet.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 24 Feb 2012 07:52:43 +0000 (08:52 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sun, 26 Feb 2012 07:28:30 +0000 (08:28 +0100)
src/msg/msg_task.c

index 8f4e7fd..20f25d4 100644 (file)
@@ -116,7 +116,7 @@ m_gpu_task_t MSG_gpu_task_create(const char *name, double compute_duration,
 
 #ifdef HAVE_TRACING
   //FIXME
-  TRACE_msg_gpu_task_create(task);
+  /* TRACE_msg_gpu_task_create(task); */
 #endif
 
   return task;