浏览代码

Fix mpi_pxlu example start

We have submitted MPI communications but not started the task graph yet,
so we cannot wait for MPI communications to terminate.
Samuel Thibault 4 年之前
父节点
当前提交
839b71a659
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      mpi/examples/mpi_lu/pxlu.c

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

@@ -899,8 +899,6 @@ double STARPU_PLU(plu_main)(unsigned _nblocks, int _rank, int _world_size, unsig
 		starpu_iteration_pop();
 	}
 
-	int wait_ret = starpu_mpi_wait_for_all(MPI_COMM_WORLD);
-	STARPU_ASSERT(wait_ret == MPI_SUCCESS);
 	int barrier_ret = starpu_mpi_barrier(MPI_COMM_WORLD);
 	STARPU_ASSERT(barrier_ret == MPI_SUCCESS);