Browse Source

Remove this barrier which was only used for debugging purpose.

Cédric Augonnet 15 years ago
parent
commit
1232517b40
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mpi/examples/mpi_lu/pxlu.c

+ 0 - 2
mpi/examples/mpi_lu/pxlu.c

@@ -781,8 +781,6 @@ static void wait_tag_and_fetch_handle(starpu_tag_t tag, starpu_data_handle handl
 
 static void wait_termination(void)
 {
-	starpu_wait_all_tasks();
-
 	unsigned k, i, j;
 	for (k = 0; k < nblocks; k++)
 	{