File: refman.tex

package info (click to toggle)
starpu-contrib 1.3.10%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 33,520 kB
  • sloc: ansic: 274,566; sh: 6,195; makefile: 4,779; xml: 4,061; f90: 3,922; cpp: 1,284; lisp: 803; python: 369; sed: 162; pascal: 57; fortran: 25
file content (380 lines) | stat: -rw-r--r-- 9,639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
% StarPU --- Runtime system for heterogeneous multicore architectures.
%
% Copyright (C) 2013-2021  Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
% Copyright (C) 2013       Simon Archipoff
%
% StarPU is free software; you can redistribute it and/or modify
% it under the terms of the GNU Lesser General Public License as published by
% the Free Software Foundation; either version 2.1 of the License, or (at
% your option) any later version.
%
% StarPU is distributed in the hope that it will be useful, but
% WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
%
% See the GNU Lesser General Public License in COPYING.LGPL for more details.
%
\input{./version.sty}
\setlength{\parskip}{0pt}
\begin{titlepage}
\vspace*{4cm}
{\Huge \textbf{StarPU Handbook}}\\
\rule{\textwidth}{1.5mm}
\begin{flushright}
{\Large for StarPU \STARPUVERSION}
\end{flushright}
\rule{\textwidth}{1mm}
~\\
\vspace*{15cm}
\begin{flushright}
Generated by Doxygen.
\end{flushright}
\end{titlepage}

\begin{figure}[p]
This manual documents the usage of StarPU version \STARPUVERSION. Its contents
was last updated on \STARPUUPDATED.\\

Copyright © 2009–2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria

\medskip

\begin{quote}
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled “GNU Free
Documentation License”.
\end{quote}
\end{figure}

\pagenumbering{roman}
\setcounter{tocdepth}{2}
\tableofcontents
\pagenumbering{arabic}
\hypersetup{pageanchor=true,citecolor=blue}

\chapter{Introduction}
\label{index}
\hypertarget{index}{}
\input{index}

\part{StarPU Basics}

\chapter{Building and Installing StarPU}
\label{BuildingAndInstallingStarPU}
\hypertarget{BuildingAndInstallingStarPU}{}
\input{BuildingAndInstallingStarPU}

\chapter{Basic Examples}
\label{BasicExamples}
\hypertarget{BasicExamples}{}
\input{BasicExamples}

\part{StarPU Quick Programming Guide}

\chapter{Advanced Examples}
\label{AdvancedExamples}
\hypertarget{AdvancedExamples}{}
\input{AdvancedExamples}

\chapter{Check List When Performance Are Not There}
\label{CheckListWhenPerformanceAreNotThere}
\hypertarget{CheckListWhenPerformanceAreNotThere}{}
\input{CheckListWhenPerformanceAreNotThere}

\part{StarPU Inside}

\chapter{Tasks In StarPU}
\label{TasksInStarPU}
\hypertarget{TasksInStarPU}{}
\input{TasksInStarPU}

\chapter{Data Management}
\label{DataManagement}
\hypertarget{DataManagement}{}
\input{DataManagement}

\chapter{Scheduling}
\label{Scheduling}
\hypertarget{Scheduling}{}
\input{Scheduling}

\chapter{Scheduling Contexts}
\label{SchedulingContexts}
\hypertarget{SchedulingContexts}{}
\input{SchedulingContexts}

\chapter{Scheduling Context Hypervisor}
\label{SchedulingContextHypervisor}
\hypertarget{SchedulingContextHypervisor}{}
\input{SchedulingContextHypervisor}

\chapter{How To Define a New Scheduling Policy}
\label{HowToDefineANewSchedulingPolicy}
\hypertarget{HowToDefineANewSchedulingPolicy}{}
\input{HowToDefineANewSchedulingPolicy}

\chapter{Debugging Tools}
\label{DebuggingTools}
\hypertarget{DebuggingTools}{}
\input{DebuggingTools}

\chapter{Online Performance Tools}
\label{OnlinePerformanceTools}
\hypertarget{OnlinePerformanceTools}{}
\input{OnlinePerformanceTools}

\chapter{Offline Performance Tools}
\label{OfflinePerformanceTools}
\hypertarget{OfflinePerformanceTools}{}
\input{OfflinePerformanceTools}

\chapter{Frequently Asked Questions}
\label{FrequentlyAskedQuestions}
\hypertarget{FrequentlyAskedQuestions}{}
\input{FrequentlyAskedQuestions}

\part{StarPU Extensions}

\chapter{Out Of Core}
\label{OutOfCore}
\hypertarget{OutOfCore}{}
\input{OutOfCore}

\chapter{MPI Support}
\label{MPISupport}
\hypertarget{MPISupport}{}
\input{MPISupport}

\chapter{FFT Support}
\label{FFTSupport}
\hypertarget{FFTSupport}{}
\input{FFTSupport}

\chapter{MIC Xeon Phi Support}
\label{MICSupport}
\hypertarget{MICSupport}{}
\input{MICSupport}

\chapter{Native Fortran Support}
\label{NativeFortranSupport}
\hypertarget{NativeFortranSupport}{}
\input{NativeFortranSupport}

\chapter{SOCL OpenCL Extensions}
\label{SOCLOpenclExtensions}
\hypertarget{SOCLOpenclExtensions}{}
\input{SOCLOpenclExtensions}

\chapter{SimGrid Support}
\label{SimGridSupport}
\hypertarget{SimGridSupport}{}
\input{SimGridSupport}

\chapter{The StarPU OpenMP Runtime Support (SORS)}
\label{OpenMPRuntimeSupport}
\hypertarget{OpenMPRuntimeSupport}{}
\input{OpenMPRuntimeSupport}

\chapter{Clustering a Machine}
\label{ClusteringAMachine}
\hypertarget{ClusteringAMachine}{}
\input{ClusteringAMachine}

\chapter{Interoperability Support}
\label{InteropSupport}
\hypertarget{InteropSupport}{}
\input{InteroperabilitySupport}

\part{StarPU Reference API}

\chapter{Execution Configuration Through Environment Variables}
\label{ExecutionConfigurationThroughEnvironmentVariables}
\hypertarget{ExecutionConfigurationThroughEnvironmentVariables}{}
\input{ExecutionConfigurationThroughEnvironmentVariables}

\chapter{Compilation Configuration}
\label{CompilationConfiguration}
\hypertarget{CompilationConfiguration}{}
\input{CompilationConfiguration}

\chapter{Module Index}
\input{modules}

\chapter{Deprecated List}
\input{deprecated}

\chapter{Module Documentation a.k.a StarPU's API}
\label{ModuleDocumentation}
\hypertarget{ModuleDocumentation}{}

\input{group__API__Versioning}
\newpage
\input{group__API__Initialization__and__Termination}
\newpage
\input{group__API__Standard__Memory__Library}
\newpage
\input{group__API__Toolbox}
\newpage
\input{group__API__Threads}
\newpage
\input{group__API__Bitmap}
\newpage
\input{group__API__Workers__Properties}
\newpage
\input{group__API__Data__Management}
\newpage
\input{group__API__Data__Interfaces}
\newpage
\input{group__API__Data__Partition}
\newpage
\input{group__API__Out__Of__Core}
\newpage
\input{group__API__Codelet__And__Tasks}
\newpage
\input{group__API__Insert__Task}
\newpage
\input{group__API__Explicit__Dependencies}
\newpage
\input{group__API__Performance__Model}
\newpage
\input{group__API__Profiling}
\newpage
\input{group__API__Theoretical__Lower__Bound__on__Execution__Time}
\newpage
\input{group__API__CUDA__Extensions}
\newpage
\input{group__API__OpenCL__Extensions}
\newpage
\input{group__API__OpenMP__Runtime__Support}
\newpage
\input{group__API__MIC__Extensions}
\newpage
\input{group__API__Miscellaneous__Helpers}
\newpage
\input{group__API__FxT__Support}
\newpage
\input{group__API__FFT__Support}
\newpage
\input{group__API__MPI__Support}
\newpage
\input{group__API__Task__Bundles}
\newpage
\input{group__API__Task__Lists}
\newpage
\input{group__API__Parallel__Tasks}
\newpage
\input{group__API__Running__Drivers}
\newpage
\input{group__API__Expert__Mode}
\newpage
\input{group__API__Scheduling__Contexts}
\newpage
\input{group__API__Scheduling__Policy}
\newpage
\input{group__API__Tree}
\newpage
\input{group__API__SC__Hypervisor}
\newpage
\input{group__API__SC__Hypervisor__usage}
\newpage
\input{group__API__SC__Hypervisor__LP}
\newpage
\input{group__API__Modularized__Scheduler}
\newpage
\input{group__API__Clustering__Machine}
\newpage
\input{group__API__Interop__Support}
\newpage
\input{group__API__Master__Slave}
\newpage
\input{group__API__Random__Functions}
\newpage
\input{group__API__Sink}

\chapter{File Index}
\input{files}

\chapter{File Documentation}
\label{FileDocumentation}
\hypertarget{FileDocumentation}{}

\input{starpu_8h}
\input{starpu__bitmap_8h}
\input{starpu__bound_8h}
\input{starpu__clusters_8h}
\input{starpu__config_8h}
\input{starpu__cublas_8h}
\input{starpu__cublas__v2_8h}
\input{starpu__cusparse_8h}
\input{starpu__cuda_8h}
\input{starpu__data_8h}
\input{starpu__data__filters_8h}
\input{starpu__data__interfaces_8h}
\input{starpu__deprecated__api_8h}
\input{starpu__disk_8h}
\input{starpu__driver_8h}
\input{starpu__expert_8h}
\input{starpu__fxt_8h}
\input{starpu__hash_8h}
\input{starpu__helper_8h}
\input{starpu__heteroprio_8h}
\input{starpu__mic_8h}
\input{starpu__mod_8f90}
\input{starpu__mpi_8h}
\input{starpu__mpi__lb_8h}
\input{starpu__mpi__ms_8h}
\input{starpu__opencl_8h}
\input{starpu__openmp_8h}
\input{starpu__perfmodel_8h}
\input{starpu__profiling_8h}
\input{starpu__rand_8h}
\input{starpu__sched__component_8h}
\input{starpu__sched__ctx_8h}
\input{starpu__sched__ctx__hypervisor_8h}
\input{starpu__scheduler_8h}
\input{starpu__simgrid__wrap_8h}
\input{starpu__sink_8h}
\input{starpu__stdlib_8h}
\input{starpu__task_8h}
\input{starpu__task__bundle_8h}
\input{starpu__task__dep_8h}
\input{starpu__task__list_8h}
\input{starpu__task__util_8h}
\input{starpu__thread_8h}
\input{starpu__thread__util_8h}
\input{starpu__tree_8h}
\input{starpu__util_8h}
\input{starpu__worker_8h}
\input{starpufft_8h}
\input{sc__hypervisor_8h}
\input{sc__hypervisor__config_8h}
\input{sc__hypervisor__lp_8h}
\input{sc__hypervisor__monitoring_8h}
\input{sc__hypervisor__policy_8h}
\input{starpurm_8h}

\chapter{Deprecated List}
\label{deprecated}
\hypertarget{deprecated}{}
\input{deprecated}

\part{Appendix}

\chapter{Full Source Code for the ’Scaling a Vector’ Example}
\label{FullSourceCodeVectorScal}
\hypertarget{FullSourceCodeVectorScal}{}
\input{FullSourceCodeVectorScal}

\chapter{The GNU Free Documentation License}
\label{GNUFreeDocumentationLicense}
\hypertarget{GNUFreeDocumentationLicense}{}
\input{GNUFreeDocumentationLicense}

%\part{Index}
\addcontentsline{toc}{chapter}{Index}
\printindex

\end{document}