Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add handling of the torus topology inside clusters
[simgrid.git] / teshsuite / smpi / indexed_test.c
index 3afb4402cea9f9fb2706c39faac7f7471942d032..5d2dac07c7742ee13f2891dbd74cddee02451f33 100644 (file)
@@ -42,6 +42,8 @@ int main(int argc, char *argv[])
         fflush(stdout);
     }
 
+    MPI_Type_free(&type);
+    MPI_Type_free(&type2);
     MPI_Finalize();
     return 0;
 }