Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a couple of blank and space lines
[simgrid.git] / examples / smpi / mc / bugged1.c
index 92ddaea..5cf9e63 100644 (file)
@@ -10,7 +10,6 @@
 #include <mpi.h>
 #include <simgrid/modelchecker.h>
 
-
 int main(int argc, char **argv)
 {
   int recv_buff, err, size, rank, i;
@@ -43,7 +42,6 @@ int main(int argc, char **argv)
     //#ifdef HAVE_MC
     //MC_assert(recv_buff == size - 1);
     //#endif
-
   }else{
     MPI_Send(&rank, 1, MPI_INT, 0, 42, MPI_COMM_WORLD);
     printf("Sent %d to rank 0\n", rank);