Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Using namespace simgrid::kernel.
[simgrid.git] / teshsuite / simdag / comp-only-seq / comp-only-seq.c
index a0908e2..012a960 100644 (file)
@@ -30,6 +30,5 @@ int main(int argc, char **argv)
 
   SD_task_destroy(task);
 
-  SD_exit();
   return 0;
 }