X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bfd968c929b70a92b09b30760def66ab43a239a3..8bffa8e6d645c25bbfdec1478fbec51ee34f738f:/teshsuite/smpi/mpich3-test/errhan/commcall.c diff --git a/teshsuite/smpi/mpich3-test/errhan/commcall.c b/teshsuite/smpi/mpich3-test/errhan/commcall.c index 28e88edbee..9d2c7a1915 100644 --- a/teshsuite/smpi/mpich3-test/errhan/commcall.c +++ b/teshsuite/smpi/mpich3-test/errhan/commcall.c @@ -89,5 +89,6 @@ int main(int argc, char *argv[]) } MTest_Finalize(errs); + MPI_Finalize(); return MTestReturnValue(errs); }