Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / teshsuite / simdag / comp-only-par / comp-only-par.c
index 6ce8ddb..9968151 100644 (file)
@@ -27,6 +27,5 @@ int main(int argc, char **argv)
 
   SD_task_destroy(task);
 
-  SD_exit();
   return 0;
 }