Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a couple of blank and space lines
[simgrid.git] / examples / smpi / mc / non_termination1.c
index 1d9c497..24f0593 100644 (file)
@@ -6,10 +6,9 @@ int x = 5;
 int y = 8;
 
 int main(int argc, char **argv) {
-
   int recv_buff, size, rank;
   MPI_Status status;
-  
+
   MPI_Init(&argc, &argv);
 
   MPI_Comm_size(MPI_COMM_WORLD, &size);   /* Get nr of tasks */