Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid setting the value of the stack size for thread factory if the parameter is...
[simgrid.git] / src / smpi / smpi_comm.c
index c189c4d56909a6eb09cb40fbfa1a8aaa216a6a52..d49b858293575499745f4bcdfe8169b2ac73991d 100644 (file)
@@ -48,7 +48,6 @@ MPI_Comm smpi_comm_new(MPI_Group group)
 
 void smpi_comm_destroy(MPI_Comm comm)
 {
-  smpi_group_destroy(comm->group);
   xbt_free(comm);
 }