Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / teshsuite / smpi / isp / umpire / intercomm_create-deadlock.c
index afe7232..5f05b58 100644 (file)
@@ -66,12 +66,12 @@ main (int argc, char **argv)
       }
 
       MPI_Comm_free (&temp);
-      
+
       if (intercomm != MPI_COMM_NULL) {
        MPI_Comm_size (intercomm, &dnprocs);
        MPI_Comm_rank (intercomm, &drank);
        MPI_Comm_remote_size (intercomm, &rnprocs);
-     
+
        if (rnprocs > drank) {
          if (rank % 2) {
            memset (buf1, 1, buf_size);
@@ -84,7 +84,7 @@ main (int argc, char **argv)
            memset (buf0, 0, buf_size);
        
            MPI_Send (buf0, buf_size, MPI_INT, drank, 0, intercomm);
-           
+       
            MPI_Recv (buf1, buf_size, MPI_INT, drank, 0, intercomm, &status);
          }
        }