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 aecd34dd7086f1fd2948bfc7dce157dda85186c7..efdaa3cf1347a59ad040ec1f73c7a223773a7507 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 */