Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into clean_events
[simgrid.git] / teshsuite / smpi / isp / umpire / no-error3-any_src.c
index c80985f..c3ba9bb 100644 (file)
@@ -42,9 +42,9 @@ main (int argc, char **argv)
     else if (rank == 1) {
       memset (buf1, 1, buf_size);
 
-      MPI_Recv (buf0, buf_size, MPI_INT, 
+      MPI_Recv (buf0, buf_size, MPI_INT,
                MPI_ANY_SOURCE, 0, MPI_COMM_WORLD, &status);
-      
+
       MPI_Send (buf1, buf_size, MPI_INT, 0, 0, MPI_COMM_WORLD);
     }
   }