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
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- %W main.xml GAP 4 Tutorial ... -->
<!-- %Y Copyright 1997, Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
[ <!ENTITY HPC "<Package>HPC</Package>">
<!ENTITY mdash "<Alt Only='HTML'>—</Alt><Alt Not='HTML'>---</Alt>">
<#Include SYSTEM "../versiondata">
]>
<?LaTeX ExtraPreamble="
"?>
<Book Name="hpc">
<TitlePage>
<Title>HPC-GAP — Reference Manual</Title>
<Version>Release &VERSIONNUMBER;, &RELEASEDAY;</Version>
<Author>The GAP Group
<Email>support@gap-system.org</Email>
<Homepage>https://www.gap-system.org</Homepage>
</Author>
<Author>Reimer Behrends
<Email>behrends@gmail.com</Email>
</Author>
<Author>Vladimir Janjic
<Email>vj32@st-andrews.ac.uk</Email>
</Author>
<Copyright>
Copyright ©right; (1987-&RELEASEYEAR;)
for the core part of the &GAP; system by the &GAP; Group.
<P/>
Most parts of this distribution, including the core part of the &GAP;
system are distributed under the terms of the GNU General Public License,
see <URL>http://www.gnu.org/licenses/gpl.html</URL> or the file
<F>GPL</F> in the <F>etc</F> directory of the &GAP;
installation.
<P/>
More detailed information about copyright and licenses of parts of this
distribution can be found in <Ref Sect="Copyright and License" BookName="ref"/>.
<P/>
&GAP; is developed over a long time and has many authors and contributors.
More detailed information can be found in
<Ref Sect="Authors and Maintainers" BookName="ref"/>.
</Copyright>
</TitlePage>
<TableOfContents/>
<Body>
<#Include SYSTEM "tasks.xml">
<#Include SYSTEM "vars.xml">
<#Include SYSTEM "regions.xml">
<#Include SYSTEM "ui.xml">
<#Include SYSTEM "aobjects.xml">
<#Include SYSTEM "threads.xml">
<#Include SYSTEM "channels.xml">
<#Include SYSTEM "semaphores.xml">
<#Include SYSTEM "syncvars.xml">
<#Include SYSTEM "serialize.xml">
<#Include SYSTEM "lowlevel.xml">
</Body>
<!--
<Bibliography Databases="../manualbib.xml"/>
-->
<TheIndex/>
</Book>
<!-- ==================================================================== -->
|