]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich-test/pt2pt/hindexed.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename file, and make test smpi-mpich-pt2pt-raw succeed.
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / hindexed.c
index 29b46120750a392361f6d23c043b7265b547b92e..24df4694b1a4fddc258217a60de62f4067d1b2a1 100644 (file)
@@ -59,7 +59,7 @@ int main( int argc, char **argv )
     mat_displs[0] = 0;
     MPI_Type_hindexed( mat_n, mat_blens, mat_displs, rowtype, &mattype );
     MPI_Type_commit( &mattype );
-    MPI_Type_free( &rowtype );
+   // MPI_Type_free( &rowtype );
 
     /* Load up the data */
     for (i=0; i<mat_n * mat_n; i++) {