Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge pull request #177 from Takishipp/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;
 }