瀏覽代碼

Remove this barrier which was only used for debugging purpose.

Cédric Augonnet 15 年之前
父節點
當前提交
1232517b40
共有 1 個文件被更改,包括 0 次插入2 次删除
  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++)
 	{