]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/isp/umpire/no-error-persistent-all-completions.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leak--
[simgrid.git] / teshsuite / smpi / isp / umpire / no-error-persistent-all-completions.c
index eb77c9cdaed1f628886020020c7e77ab158a17ec..6d9648fed93f0b53e843a6c0d359838e73a52d86 100644 (file)
@@ -67,7 +67,7 @@ main (int argc, char **argv)
          MPI_Start (&aReq[j]);
        }
       }
-    
+
       /* complete the sends */
       switch (k/2) {
       case 0:
@@ -146,7 +146,7 @@ main (int argc, char **argv)
     else if (rank == 1) {
       /* set up receives for all of the sends */
       for (j = 0; j < 2; j++) {
-       MPI_Irecv (&buf[j * BUF_SIZE], BUF_SIZE, 
+       MPI_Irecv (&buf[j * BUF_SIZE], BUF_SIZE,
                   MPI_INT, 0, j, comm, &aReq[j]);
       }
       /* complete all of the receives... */