Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use automated call to sd_exit
[simgrid.git] / teshsuite / simdag / comm-p2p-latency-1 / comm-p2p-latency-1.c
index ed3557a..e4bce55 100644 (file)
@@ -37,6 +37,5 @@ int main(int argc, char **argv)
 
   SD_task_destroy(task);
 
-  SD_exit();
   return 0;
 }