Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use this variable so that gcc does not warn anymore.
authorArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 3 May 2012 10:45:34 +0000 (12:45 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 3 May 2012 10:47:15 +0000 (12:47 +0200)
examples/msg/gpu/test_MSG_gpu_task_create.c

index 883f035..a490f15 100644 (file)
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
 
   mytask = MSG_gpu_task_create("testTask", 2000.0, 20.0, 20.0);
 
-
+  XBT_INFO("GPU task %p was created", mytask);
 
   MSG_clean();