소스 검색

reference the implicit LU decomposition example

Samuel Thibault 12 년 전
부모
커밋
7b88620cd0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/doxygen/chapters/mpi_support.doxy

+ 2 - 1
doc/doxygen/chapters/mpi_support.doxy

@@ -388,5 +388,6 @@ MPI (complex numbers),
 <c>starpu_mpi_insert_task</c>. The non-distributed version can check for
 <algorithm correctness in 1-node configuration, the distributed version uses
 exactly the same source code, to be used over MPI,
-<li><c>mpi_lu</c> is an LU decomposition example using explicit MPI communications.
+<li><c>mpi_lu</c> is an LU decomposition example, provided in both explicit and
+implicit versions.
 </ul>