Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / teshsuite / smpi / topo-cart-sub / topo-cart-sub.c
index 6521ab0..e0c4146 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2019. The SimGrid Team.
+/* Copyright (c) 2009-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -115,6 +115,9 @@ int main(int argc, char** argv)
     printf("\n");
   }
   printf("-------------------\n");
+
+  MPI_Comm_free(&lineComm);
+  MPI_Comm_free(&gridComm);
   free(A);
   MPI_Barrier(MPI_COMM_WORLD);
   MPI_Finalize();