Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explicitly defined random generator integer type sizes for more portability
[simgrid.git] / teshsuite / smpi / type-hvector / type-hvector.c
index ef277acbd0ec84a4a10ce1a1d0241e9d47b25675..14f7ae39cca1cc08df385a10d277e05930ec6fc0 100644 (file)
@@ -20,7 +20,6 @@ int main(int argc, char **argv) {
   MPI_Type_hvector(SIZE, 1, SIZE*sizeof(double), MPI_DOUBLE, &columntype);
   MPI_Type_commit(&columntype);
 
-
     if (rank == 0) {
       for(i=0; i <SIZE;i++)
         for(j=0; j <SIZE;j++)