refman.tex 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. % StarPU --- Runtime system for heterogeneous multicore architectures.
  2. %
  3. % Copyright (C) 2018 CNRS
  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–2019 Université de Bordeaux
  36. Copyright © 2010-2019 CNRS
  37. Copyright © 2011-2019 Inria
  38. \medskip
  39. \begin{quote}
  40. Permission is granted to copy, distribute and/or modify this document
  41. under the terms of the GNU Free Documentation License, Version 1.3 or
  42. any later version published by the Free Software Foundation; with no
  43. Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  44. copy of the license is included in the section entitled “GNU Free
  45. Documentation License”.
  46. \end{quote}
  47. \end{figure}
  48. \pagenumbering{roman}
  49. \setcounter{tocdepth}{2}
  50. \tableofcontents
  51. \pagenumbering{arabic}
  52. \hypersetup{pageanchor=true,citecolor=blue}
  53. \chapter{Introduction}
  54. \label{index}
  55. \hypertarget{index}{}
  56. \input{index}
  57. \chapter{Star\+PU Core}
  58. \label{StarPUCore}
  59. \hypertarget{StarPUCore}{}
  60. \input{StarPUCore}
  61. \chapter{Module Index}
  62. \input{modules}
  63. \chapter{Module Documentation}
  64. \label{ModuleDocumentation}
  65. \hypertarget{ModuleDocumentation}{}
  66. \input{group__workers}
  67. \chapter{Index}
  68. \printindex
  69. \end{document}