Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / teshsuite / simdag / comm-mxn-scatter / comm-mxn-scatter.c
index e55fadf..6116df4 100644 (file)
@@ -42,6 +42,5 @@ int main(int argc, char **argv)
 
   SD_task_destroy(task);
 
-  SD_exit();
   return 0;
 }