Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement SD_task_schedule, SD_task_unschedule and other SimDag stuff.
[simgrid.git] / testsuite / simdag / sd_test.c
index c55ea76..3d13f81 100644 (file)
@@ -38,6 +38,7 @@ int main(int argc, char **argv) {
   /* let's launch the simulation! */
   SD_simulate(100);
 
-  SD_clean();
+  SD_task_destroy(task1);
+  SD_exit();
   return 0;
 }