X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/281f8c29e177852dcb1591fc31e363e1176857c8..260f5b9677866b61cd6ada7c6516faefcfcd1989:/teshsuite/smpi/mpich3-test/coll/allred3.c diff --git a/teshsuite/smpi/mpich3-test/coll/allred3.c b/teshsuite/smpi/mpich3-test/coll/allred3.c index cf16324e56..61f1a7c7b3 100644 --- a/teshsuite/smpi/mpich3-test/coll/allred3.c +++ b/teshsuite/smpi/mpich3-test/coll/allred3.c @@ -202,11 +202,11 @@ int main( int argc, char *argv[] ) free( buf ); free( bufout ); - //MPI_Type_free( &mattype ); + MPI_Type_free( &mattype ); MTestFreeComm( &comm ); } - // MPI_Op_free( &op ); + MPI_Op_free( &op ); MTest_Finalize( errs ); MPI_Finalize();