Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate mpich3 tests for post/wait/start/complete RMA calls
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / allred3.c
index cf16324e56c6cff72326a8273d88428e45749107..61f1a7c7b3deac5a91b1aba7f9408ff407519933 100644 (file)
@@ -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();