Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in masterslave_arg
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 3 May 2012 12:18:51 +0000 (14:18 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 3 May 2012 12:18:51 +0000 (14:18 +0200)
examples/msg/masterslave/masterslave_arg.c

index 78984f5..58c7d7b 100644 (file)
@@ -114,7 +114,7 @@ int main(int argc, char *argv[])
   XBT_INFO("Got %ld slaves, %ld tasks to process, and %ld hosts", number_of_slaves, number_of_jobs,number_max);
 
   m_host_t *host_table =  xbt_dynar_to_array(host_dynar);
-  xbt_dynar_free(&host_dynar);
+  //xbt_dynar_free(&host_dynar);
 
   MSG_process_create( "master",
                       master,