refman.tex 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. % StarPU --- Runtime system for heterogeneous multicore architectures.
  2. %
  3. % Copyright (C) 2018-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. %
  5. % StarPU is free software; you can redistribute it and/or modify
  6. % it under the terms of the GNU Lesser General Public License as published by
  7. % the Free Software Foundation; either version 2.1 of the License, or (at
  8. % your option) any later version.
  9. %
  10. % StarPU is distributed in the hope that it will be useful, but
  11. % WITHOUT ANY WARRANTY; without even the implied warranty of
  12. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. %
  14. % See the GNU Lesser General Public License in COPYING.LGPL for more details.
  15. %
  16. \input{./version.sty}
  17. \setlength{\parskip}{0pt}
  18. \begin{titlepage}
  19. \vspace*{4cm}
  20. {\Huge \textbf{StarPU Internal Handbook}}\\
  21. \rule{\textwidth}{1.5mm}
  22. \begin{flushright}
  23. {\Large for StarPU \STARPUVERSION}
  24. \end{flushright}
  25. \rule{\textwidth}{1mm}
  26. ~\\
  27. \vspace*{15cm}
  28. \begin{flushright}
  29. Generated by Doxygen.
  30. \end{flushright}
  31. \end{titlepage}
  32. \begin{figure}[p]
  33. This manual documents the internal usage of StarPU version \STARPUVERSION. Its contents
  34. was last updated on \STARPUUPDATED.\\
  35. Copyright © 2009–2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  36. \medskip
  37. \begin{quote}
  38. Permission is granted to copy, distribute and/or modify this document
  39. under the terms of the GNU Free Documentation License, Version 1.3 or
  40. any later version published by the Free Software Foundation; with no
  41. Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  42. copy of the license is included in the section entitled “GNU Free
  43. Documentation License”.
  44. \end{quote}
  45. \end{figure}
  46. \pagenumbering{roman}
  47. \setcounter{tocdepth}{2}
  48. \tableofcontents
  49. \pagenumbering{arabic}
  50. \hypersetup{pageanchor=true,citecolor=blue}
  51. \chapter{Introduction}
  52. \label{index}
  53. \hypertarget{index}{}
  54. \input{index}
  55. \chapter{Star\+PU Core}
  56. \label{StarPUCore}
  57. \hypertarget{StarPUCore}{}
  58. \input{StarPUCore}
  59. \chapter{Module Index}
  60. \input{modules}
  61. \chapter{Module Documentation}
  62. \label{ModuleDocumentation}
  63. \hypertarget{ModuleDocumentation}{}
  64. \input{group__workers}
  65. \chapter{Index}
  66. \printindex
  67. \end{document}