Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / examples / simdag / fail / sd_fail.c
index 1cc34e7..2d3c9f6 100644 (file)
@@ -85,6 +85,5 @@ int main(int argc, char **argv)
            SD_task_get_finish_time(task));
 
   SD_task_destroy(task);
-  SD_exit();
   return 0;
 }