Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uncomment some calls to free
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / allgatherv4.c
index 60bf0a4..2af91af 100644 (file)
@@ -112,8 +112,8 @@ int main(int argc, char ** argv)
     comm_tests(comm);
     MPI_Comm_free(&comm);
 
-    //free(SMPI_VARGET_GLOBAL(sbuf));
-    //free(SMPI_VARGET_GLOBAL(rbuf));
+    free(SMPI_VARGET_GLOBAL(sbuf));
+    free(SMPI_VARGET_GLOBAL(rbuf));
     free(SMPI_VARGET_GLOBAL(recvcounts));
     free(SMPI_VARGET_GLOBAL(displs));