Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cannot use a dsend here, or it will be aborted when the process is terminated just...
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 10 Oct 2012 16:02:24 +0000 (18:02 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 10 Oct 2012 20:16:06 +0000 (22:16 +0200)
examples/msg/pmm/msg_pmm.c

index eda3b83..7c461a0 100644 (file)
@@ -170,7 +170,7 @@ int node(int argc, char **argv)
     result->sC =
       xbt_matrix_new_sub(sC, NODE_MATRIX_SIZE, NODE_MATRIX_SIZE, 0, 0, NULL);
     task = MSG_task_create("result",100,100,result);
-    MSG_task_dsend(task, "0", (void_f_pvoid_t) MSG_task_destroy);
+    MSG_task_send(task, "0");
   }
 
   /* Clean up and finish*/