Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / examples / simdag / test / sd_test.cpp
index bef939b..0a698f8 100644 (file)
@@ -140,7 +140,6 @@ int main(int argc, char **argv)
   SD_task_destroy(taskD);
 
   XBT_DEBUG("Tasks destroyed. Exiting SimDag...");
-  SD_exit();
   xbt_free((sg_host_t*)hosts);
   return 0;
 }