]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/gpu/test_MSG_gpu_task_create.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : fix platform file path in tesh examples
[simgrid.git] / examples / msg / gpu / test_MSG_gpu_task_create.c
index 88109c99c92837a8e05ae91f4bc43549f53cc5d8..29362af2b342fd2353d6004f9876f4963a246ff2 100644 (file)
@@ -22,7 +22,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test,
 /** Main function */
 int main(int argc, char *argv[])
 {
-  MSG_error_t res = MSG_OK;
+  msg_error_t res = MSG_OK;
 
   MSG_init(&argc, argv);
 
@@ -32,8 +32,6 @@ int main(int argc, char *argv[])
 
   XBT_INFO("GPU task %p was created", mytask);
 
-  MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else