Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in teshsuite/smpi/{isp,mpich3-test}.
[simgrid.git] / teshsuite / smpi / isp / umpire / basic-deadlock-intercomm_merge.c
index 6054a7d..2a1f1ac 100644 (file)
@@ -65,9 +65,9 @@ main (int argc, char **argv)
        if (dnprocs > 1) {
          if (drank == 0) {
            memset (buf0, 0, buf_size*sizeof(int));
-       
+
            MPI_Recv (buf1, buf_size, MPI_INT, 1, 0, comm, &status);
-       
+
            MPI_Send (buf0, buf_size, MPI_INT, 1, 0, comm);
          }
          else if (drank == 1) {