1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-system-cloog" role="wrap">
|
---|
9 | <?dbhtml filename="cloog.html"?>
|
---|
10 |
|
---|
11 | <title>CLooG-&cloog-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-system-cloog">
|
---|
14 | <primary sortas="a-CLooG">CLooG</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>CLooG is a library to generate code for scanning Z-polyhedra.
|
---|
21 | In other words, it finds code that reaches each integral point of one or
|
---|
22 | more parameterized polyhedra. GCC links with this library in order to
|
---|
23 | enable the new loop generation code known as Graphite.</para>
|
---|
24 |
|
---|
25 | </sect2>
|
---|
26 |
|
---|
27 | <sect2 role="installation">
|
---|
28 | <title>Installation of CLooG</title>
|
---|
29 |
|
---|
30 | <para os="a">Prepare CLooG for compilation:</para>
|
---|
31 |
|
---|
32 | <screen os="b"><userinput>CC="gcc -isystem /usr/include" \
|
---|
33 | LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
|
---|
34 | ./configure --prefix=/usr --enable-shared --with-isl=system</userinput></screen>
|
---|
35 |
|
---|
36 | <para os="c">Compile the package:</para>
|
---|
37 |
|
---|
38 | <screen os="d"><userinput>make</userinput></screen>
|
---|
39 |
|
---|
40 | <important os="e">
|
---|
41 | <para>The test suite for CLooG is considered
|
---|
42 | critical. Do not skip it under any circumstance.</para>
|
---|
43 | </important>
|
---|
44 |
|
---|
45 | <para os="f">Test the results:</para>
|
---|
46 |
|
---|
47 | <screen os="g"><userinput>make check</userinput></screen>
|
---|
48 |
|
---|
49 | <para os="h">Install the package:</para>
|
---|
50 |
|
---|
51 | <screen os="i"><userinput>make install</userinput></screen>
|
---|
52 |
|
---|
53 | </sect2>
|
---|
54 |
|
---|
55 | <sect2 id="contents-cloog" role="content">
|
---|
56 | <title>Contents of CLooG</title>
|
---|
57 |
|
---|
58 | <segmentedlist>
|
---|
59 | <segtitle>Installed program</segtitle>
|
---|
60 | <segtitle>Installed libraries</segtitle>
|
---|
61 | <segtitle>Installed directories</segtitle>
|
---|
62 |
|
---|
63 | <seglistitem>
|
---|
64 | <seg>cloog</seg>
|
---|
65 | <seg>libcloog-isl.[a,so]</seg>
|
---|
66 | <seg>/usr/include/cloog</seg>
|
---|
67 | </seglistitem>
|
---|
68 | </segmentedlist>
|
---|
69 |
|
---|
70 | <variablelist>
|
---|
71 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
72 | <?dbfo list-presentation="list"?>
|
---|
73 | <?dbhtml list-presentation="table"?>
|
---|
74 |
|
---|
75 | <varlistentry id="cloog">
|
---|
76 | <term><command>cloog</command></term>
|
---|
77 | <listitem>
|
---|
78 | <para>Loop generator for scanning Z-polyhedra</para>
|
---|
79 | <indexterm zone="ch-system-cloog cloog">
|
---|
80 | <primary sortas="b-cloog">cloog</primary>
|
---|
81 | </indexterm>
|
---|
82 | </listitem>
|
---|
83 | </varlistentry>
|
---|
84 |
|
---|
85 | <varlistentry id="libcloog-isl">
|
---|
86 | <term><filename class="libraryfile">libcloog-isl</filename></term>
|
---|
87 | <listitem>
|
---|
88 | <para>Isl backend for CLooG.</para>
|
---|
89 | <indexterm zone="ch-system-cloog libcloog-isl">
|
---|
90 | <primary sortas="c-libcloog-isl">libcloog-isl</primary>
|
---|
91 | </indexterm>
|
---|
92 | </listitem>
|
---|
93 | </varlistentry>
|
---|
94 |
|
---|
95 | </variablelist>
|
---|
96 |
|
---|
97 | </sect2>
|
---|
98 |
|
---|
99 | </sect1>
|
---|