Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not ours
[simgrid.git] / teshsuite / smpi / mpich3-test / perf / non_zero_root.c
index 9384d6b..0be3f88 100644 (file)
@@ -72,6 +72,7 @@ int main(int argc, char* argv[])
        }
        
        MPI_Finalize();
-
+    free(sbuf);
+    free(rbuf);
        return 0;
 }