Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into clean_events
[simgrid.git] / teshsuite / smpi / isp / umpire / partial-recv-persistent4.c
index d63c5b5..44295dd 100644 (file)
@@ -21,7 +21,7 @@ main (int argc, char **argv)
 {
   int nprocs = -1;
   int rank = -1;
-  int comm = MPI_COMM_WORLD;
+  MPI_Comm comm = MPI_COMM_WORLD;
   char processor_name[128];
   int namelen = 128;
   int buf[BUF_SIZE * 2 + SLOP];
@@ -83,13 +83,13 @@ main (int argc, char **argv)
        /* use MPI_Test */
        for (j = 0; j < 2; j++) {
          flag = 0;
-         
+       
          while (!flag) {
            MPI_Test (&aReq[j], &flag, &aStatus[j]);
          }
        }
       }
-    }  
+    }
     else {
       /* Barrier to ensure receives are posted for rsends... */
       MPI_Barrier(MPI_COMM_WORLD);