Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a few barriers from summa
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 7 Jan 2013 09:54:05 +0000 (10:54 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 16 Jan 2013 10:32:06 +0000 (11:32 +0100)
examples/smpi/MM/Summa.c

index 12c2370..07ac234 100644 (file)
@@ -76,8 +76,8 @@ inline double Summa(
     XBT_DEBUG( "pivot: %zu, iter: %zu, B_proc_col: %zu, "
                 "size_col:%zu, size_row: %zu\n",
                 pivot_row, iter, B_proc_row,size_col,size_row);
-    MPI_Barrier(row_comm);
-    MPI_Barrier(col_comm);
+/*    MPI_Barrier(row_comm);*/
+/*    MPI_Barrier(col_comm);*/
 
     start_time_intern = MPI_Wtime();
     //Broadcast the row
@@ -127,8 +127,8 @@ inline double Summa(
     end_time_intern = MPI_Wtime();
     communication_time += end_time_intern - start_time_intern;
 
-    MPI_Barrier(row_comm);
-    MPI_Barrier(col_comm);
+/*    MPI_Barrier(row_comm);*/
+/*    MPI_Barrier(col_comm);*/
     start_time_intern = MPI_Wtime();
     XBT_DEBUG("execute Gemm number: %zu\n", iter);
     //We have recieved a line of block and a colomn