Logo AND Algorithmique Numérique Distribuée

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