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

Public GIT Repository
add executable chord_before_dsend in CMakeLists
[simgrid.git] / examples / msg / pmm / msg_pmm.c
index 058b525e2e16ef8e1cc3216a27c0385998638505..f9b9c8d70de8775f4090077947a3d58ff90acc86 100644 (file)
@@ -47,7 +47,7 @@ typedef struct s_node_job{
   xbt_matrix_t B;
 } s_node_job_t, *node_job_t;
 
-/**
+/*
  * Structure for recovering results
  */
 typedef struct s_result {
@@ -280,8 +280,6 @@ int main(int argc, char *argv[])
 #endif
   XBT_CRITICAL("Simulated time: %g", MSG_get_clock());
 
-  MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else