X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13f9ae4ca658a16c0b9d76fb918032f1c8b9841a..66934906303205eef608e3463db03af6c7ac8f52:/teshsuite/smpi/indexed_test.c diff --git a/teshsuite/smpi/indexed_test.c b/teshsuite/smpi/indexed_test.c index e557575b6f..4ceed68d32 100644 --- a/teshsuite/smpi/indexed_test.c +++ b/teshsuite/smpi/indexed_test.c @@ -1,5 +1,11 @@ -#include "mpi.h" +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include +#include "mpi.h" int main(int argc, char *argv[]) { @@ -42,6 +48,8 @@ int main(int argc, char *argv[]) fflush(stdout); } + MPI_Type_free(&type); + MPI_Type_free(&type2); MPI_Finalize(); return 0; }