Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
uncomment some calls to free
authorAugustin Degomme <augustin.degomme@imag.fr>
Thu, 6 Nov 2014 10:07:42 +0000 (11:07 +0100)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 6 Nov 2014 10:07:42 +0000 (11:07 +0100)
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);
 
     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));
 
     free(SMPI_VARGET_GLOBAL(recvcounts));
     free(SMPI_VARGET_GLOBAL(displs));