Quellcode durchsuchen

reference the implicit LU decomposition example

Samuel Thibault vor 12 Jahren
Ursprung
Commit
7b88620cd0
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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>