Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / teshsuite / smpi / isp / umpire / irecv-isend-ok2.c
index 80a6388..b5f60b2 100644 (file)
@@ -42,7 +42,7 @@ main (int argc, char **argv)
       int src = (rank == 0) ? (nprocs - 1) : (rank - 1);
       memset (buf0, rank, buf_size);
       memset (buf1, rank, buf_size);
-      
+
       for (i = 0; i < req_count; i++) {
        MPI_Irecv (buf0, buf_size, MPI_INT, src, 0, MPI_COMM_WORLD, &req1);
        MPI_Isend (buf1, buf_size, MPI_INT, dest, 0, MPI_COMM_WORLD, &req2);