[9470388] | 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-ppl" role="wrap">
|
---|
| 9 | <?dbhtml filename="cloog-ppl.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>CLooG-PPL-&cloog-ppl-version;</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-cloog-ppl">
|
---|
| 14 | <primary sortas="a-CLooG-PPL">CLooG-PPL</primary>
|
---|
| 15 | </indexterm>
|
---|
| 16 |
|
---|
| 17 | <sect2 role="package">
|
---|
| 18 | <title/>
|
---|
| 19 |
|
---|
| 20 | <para>CLooG-PPL 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-PPL</title>
|
---|
| 29 |
|
---|
[a5ca7b0] | 30 | <para os="s1">The following causes the configure script to look for the
|
---|
| 31 | version of PPL that was compiled in the previous step.</para>
|
---|
| 32 |
|
---|
| 33 | <screen os="s2"><userinput>sed -i "s/^\(ppl_minor_version\)=.[0-9]/\1=11/" configure</userinput></screen>
|
---|
| 34 |
|
---|
[9470388] | 35 | <para os="a">Prepare CLooG-PPL for compilation:</para>
|
---|
| 36 |
|
---|
| 37 | <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
|
---|
[e742e58] | 38 | ./configure --prefix=/usr --enable-shared --with-gmp \
|
---|
| 39 | --with-ppl</userinput></screen>
|
---|
[9470388] | 40 |
|
---|
| 41 | <para os="c">Compile the package:</para>
|
---|
| 42 |
|
---|
| 43 | <screen os="d"><userinput>make</userinput></screen>
|
---|
| 44 |
|
---|
| 45 | <important os="e">
|
---|
| 46 | <para>The test suite for CLooG-PPL is considered
|
---|
| 47 | critical. Do not skip it under any circumstance.</para>
|
---|
| 48 | </important>
|
---|
| 49 |
|
---|
| 50 | <para os="f">Test the results:</para>
|
---|
| 51 |
|
---|
| 52 | <screen os="g"><userinput>make check</userinput></screen>
|
---|
| 53 |
|
---|
| 54 | <para os="h">Install the package:</para>
|
---|
| 55 |
|
---|
| 56 | <screen os="i"><userinput>make install</userinput></screen>
|
---|
| 57 |
|
---|
| 58 | </sect2>
|
---|
| 59 |
|
---|
| 60 | <sect2 id="contents-cloog-ppl" role="content">
|
---|
| 61 | <title>Contents of CLooG-PPL</title>
|
---|
| 62 |
|
---|
| 63 | <segmentedlist>
|
---|
[2c70b19] | 64 | <segtitle>Installed programs</segtitle>
|
---|
[f4ab0fd] | 65 | <segtitle>Installed libraries</segtitle>
|
---|
[61ad0b7f] | 66 | <segtitle>Installed directory</segtitle>
|
---|
[9470388] | 67 |
|
---|
| 68 | <seglistitem>
|
---|
[2c70b19] | 69 | <seg>cloog</seg>
|
---|
[9470388] | 70 | <seg>libcloog.[a,so]</seg>
|
---|
[61ad0b7f] | 71 | <seg>/usr/include/cloog</seg>
|
---|
[9470388] | 72 | </seglistitem>
|
---|
| 73 | </segmentedlist>
|
---|
| 74 |
|
---|
| 75 | <variablelist>
|
---|
| 76 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
| 77 | <?dbfo list-presentation="list"?>
|
---|
| 78 | <?dbhtml list-presentation="table"?>
|
---|
| 79 |
|
---|
[2cca6fd] | 80 | <varlistentry id="cloog">
|
---|
| 81 | <term><command>cloog</command></term>
|
---|
| 82 | <listitem>
|
---|
| 83 | <para>Loop generator for scanning Z-polyhedra</para>
|
---|
| 84 | <indexterm zone="ch-system-cloog-ppl cloog">
|
---|
| 85 | <primary sortas="b-cloog">cloog</primary>
|
---|
| 86 | </indexterm>
|
---|
| 87 | </listitem>
|
---|
| 88 | </varlistentry>
|
---|
| 89 |
|
---|
[9470388] | 90 | <varlistentry id="libcloog">
|
---|
| 91 | <term><filename class="libraryfile">libcloog</filename></term>
|
---|
| 92 | <listitem>
|
---|
| 93 | <para>The Chunky Loop Generator.</para>
|
---|
| 94 | <indexterm zone="ch-system-cloog-ppl libcloog">
|
---|
[f4ab0fd] | 95 | <primary sortas="c-libcloog-ppl">libcloog</primary>
|
---|
[9470388] | 96 | </indexterm>
|
---|
| 97 | </listitem>
|
---|
| 98 | </varlistentry>
|
---|
| 99 |
|
---|
| 100 | </variablelist>
|
---|
| 101 |
|
---|
| 102 | </sect2>
|
---|
| 103 |
|
---|
| 104 | </sect1>
|
---|