|
@@ -77,8 +77,8 @@ was last updated on @value{UPDATED}.
|
|
|
* StarPU Basic API:: The Basic API to use StarPU
|
|
|
* StarPU Advanced API:: Advanced use of StarPU
|
|
|
* Configuring StarPU:: How to configure StarPU
|
|
|
-* Full source code for the 'Scaling a Vector' example::
|
|
|
-* GNU Free Documentation License:: How you can copy and share this manual.
|
|
|
+* Full source code for the 'Scaling a Vector' example::
|
|
|
+* GNU Free Documentation License:: How you can copy and share this manual.
|
|
|
* Function Index:: Index of C functions.
|
|
|
* Datatype Index:: Index of C datatypes
|
|
|
@end menu
|
|
@@ -87,84 +87,112 @@ was last updated on @value{UPDATED}.
|
|
|
@c Introduction to StarPU
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Introduction
|
|
|
+@chapter Introduction to StarPU
|
|
|
@include chapters/introduction.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Installing StarPU
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Installing StarPU
|
|
|
+@chapter Installing StarPU
|
|
|
@include chapters/installing.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Using StarPU
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Using StarPU
|
|
|
+@chapter Using StarPU
|
|
|
@include chapters/using.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Basic Examples
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Basic Examples
|
|
|
+@chapter Basic Examples
|
|
|
@include chapters/basic-examples.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Advanced Examples
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Advanced Examples
|
|
|
+@chapter Advanced Examples
|
|
|
@include chapters/advanced-examples.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Performance options
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Performance optimization
|
|
|
+@chapter How to optimize performance with StarPU
|
|
|
@include chapters/perf-optimization.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Performance feedback
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Performance feedback
|
|
|
+@chapter Performance feedback
|
|
|
@include chapters/perf-feedback.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Tips and Tricks
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Tips and Tricks
|
|
|
+@chapter Tips and Tricks to know about
|
|
|
@include chapters/tips-tricks.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c MPI support
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node StarPU MPI support
|
|
|
+@chapter StarPU MPI support
|
|
|
@include chapters/mpi-support.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c FFT support
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node StarPU FFT support
|
|
|
+@chapter StarPU FFT support
|
|
|
@include chapters/fft-support.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c C Extensions
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node C Extensions
|
|
|
+@chapter C Extensions
|
|
|
@include chapters/c-extensions.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c StarPU API
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node StarPU Basic API
|
|
|
+@chapter StarPU Basic API
|
|
|
@include chapters/basic-api.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Advanced Topics
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node StarPU Advanced API
|
|
|
+@chapter StarPU Advanced API
|
|
|
@include chapters/advanced-api.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c Configuration options
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Configuring StarPU
|
|
|
+@chapter Configuring StarPU
|
|
|
@include chapters/configuration.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
@@ -175,11 +203,14 @@ was last updated on @value{UPDATED}.
|
|
|
@c Full source code for the 'Scaling a Vector' example
|
|
|
@c ---------------------------------------------------------------------
|
|
|
|
|
|
+@node Full source code for the 'Scaling a Vector' example
|
|
|
+@appendix Full source code for the 'Scaling a Vector' example
|
|
|
@include chapters/scaling-vector-example.texi
|
|
|
|
|
|
@c ---------------------------------------------------------------------
|
|
|
@c License
|
|
|
@c ---------------------------------------------------------------------
|
|
|
+
|
|
|
@node GNU Free Documentation License
|
|
|
@appendix GNU Free Documentation License
|
|
|
@include chapters/fdl-1.3.texi
|