Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
privatization with coccinelle is outdated
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / allgatherv4.c
index 60bf0a4..65e73f5 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "mpi.h"
 #include "mpitest.h"
-#include "smpi_cocci.h"
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef HAVE_SYS_TIME_H
@@ -112,8 +111,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));