Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a couple of blank and space lines
[simgrid.git] / examples / smpi / mc / non_termination3.c
index aecd34d..efdaa3c 100644 (file)
@@ -6,10 +6,9 @@ int x = 0;
 int y = 0;
 
 int main(int argc, char **argv) {
-
   int recv_x, recv_y, size, rank;
   MPI_Status status;
-  
+
   MPI_Init(&argc, &argv);
 
   MPI_Comm_size(MPI_COMM_WORLD, &size);   /* Get nr of tasks */