|
@@ -37,6 +37,7 @@ This manual documents the usage of StarPU.
|
|
* Basic Examples:: Basic examples of the use of StarPU
|
|
* Basic Examples:: Basic examples of the use of StarPU
|
|
* Performance options:: Performance options worth knowing
|
|
* Performance options:: Performance options worth knowing
|
|
* Performance feedback:: Performance debugging tools
|
|
* Performance feedback:: Performance debugging tools
|
|
|
|
+* StarPU MPI support:: How to combine StarPU with MPI
|
|
* Configuring StarPU:: How to configure StarPU
|
|
* Configuring StarPU:: How to configure StarPU
|
|
* StarPU API:: The API to use StarPU
|
|
* StarPU API:: The API to use StarPU
|
|
* Advanced Topics:: Advanced use of StarPU
|
|
* Advanced Topics:: Advanced use of StarPU
|
|
@@ -1255,7 +1256,7 @@ More advanced examples include:
|
|
@end table
|
|
@end table
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c ---------------------------------------------------------------------
|
|
-@c Performance feedback
|
|
|
|
|
|
+@c Performance options
|
|
@c ---------------------------------------------------------------------
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
@node Performance options
|
|
@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.
|
|
schedulable yet are shown in grey.
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@c ---------------------------------------------------------------------
|
|
|
|
+@c MPI support
|
|
|
|
+@c ---------------------------------------------------------------------
|
|
|
|
+
|
|
|
|
+@node StarPU MPI support
|
|
|
|
+@chapter StarPU MPI support
|
|
|
|
+
|
|
|
|
+TODO: document include/starpu_mpi.h
|
|
|
|
+
|
|
|
|
+@c ---------------------------------------------------------------------
|
|
@c Configuration options
|
|
@c Configuration options
|
|
@c ---------------------------------------------------------------------
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|