Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'clean_events' of github.com:Takishipp/simgrid into clean_events
[simgrid.git] / teshsuite / smpi / isp / umpire / basic-deadlock-comm_split.c
index 89828d4..17ce7e5 100644 (file)
@@ -35,7 +35,7 @@ main (int argc, char **argv)
   }
   else {
     MPI_Comm_split (MPI_COMM_WORLD, rank % 2, nprocs - rank, &comm);
-    
+
     if (comm != MPI_COMM_NULL) {
       MPI_Comm_size (comm, &dnprocs);
       MPI_Comm_rank (comm, &drank);