ソースを参照

TODO: document starpu MPI

Samuel Thibault 14 年 前
コミット
1d83ab0f83
共有1 個のファイルを変更した11 個の追加1 個の削除を含む
  1. 11 1
      doc/starpu.texi

+ 11 - 1
doc/starpu.texi

@@ -37,6 +37,7 @@ This manual documents the usage of StarPU.
 * Basic Examples::              Basic examples of the use of StarPU
 * Performance options::         Performance options worth knowing
 * Performance feedback::        Performance debugging tools
+* StarPU MPI support::          How to combine StarPU with MPI
 * Configuring StarPU::          How to configure StarPU
 * StarPU API::                  The API to use StarPU
 * Advanced Topics::             Advanced use of StarPU
@@ -1255,7 +1256,7 @@ More advanced examples include:
 @end table
 
 @c ---------------------------------------------------------------------
-@c Performance feedback
+@c Performance options
 @c ---------------------------------------------------------------------
 
 @node Performance options
@@ -1486,6 +1487,15 @@ Ready tasks are shown in black, and tasks that are submitted but not
 schedulable yet are shown in grey.
 
 @c ---------------------------------------------------------------------
+@c MPI support
+@c ---------------------------------------------------------------------
+
+@node StarPU MPI support
+@chapter StarPU MPI support
+
+TODO: document include/starpu_mpi.h
+
+@c ---------------------------------------------------------------------
 @c Configuration options
 @c ---------------------------------------------------------------------