Procházet zdrojové kódy

reference the implicit LU decomposition example

Samuel Thibault před 12 roky
rodič
revize
7b88620cd0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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>