Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[example,smpi,MM] remove the timer interface which is useless here
[simgrid.git] / examples / smpi / MM / MM_mpi.c
index 7ab7d14..6ff27c0 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * Block Matrix Multiplication example
  *
- * Authors: Quintin Jean-Noël
  */
 
 
@@ -171,7 +170,6 @@ int main(int argc, char ** argv)
                size_row, size_col,  NB_groups);
 
   // close properly the pragram
-end:
   MPI_Barrier(MPI_COMM_WORLD);
   MPI_Finalize();
   return 0;