descriptionDependence analyzer in the polyhedral model
homepage URLhttp://icps.u-strasbg.fr/people/bastoul/public_html/development/candl/
ownercedric.bastoul@unistra.fr
last changeTue, 5 Aug 2014 00:01:23 +0000 (5 02:01 +0200)
content tags
add:
README
* * * * * * * *
* Candl 0.5.0 *
* * * * * * * *

Install
-------

To install candl, PIPLib must be installed. Optionally, OpenScop library must
be installed to enable SCoP support.

$> ./configure --with-piplib=/path/to/piplib/install --with-scoplib=/path/to/scoplib/install

$> make

$> make install


Alternatively, to use bunled PIPLib and  OpenScop library, follow following command
sequence:

$> ./get_submodules.sh

$> ./autogen.sh

$> ./configure --with-piplib=bundled --with-scoplib=bundled

$> make

$> make install

Alternative: Install with CMake
-------------------------------

$> mkdir build
$> cd build
$> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
$> make
$> make test
$> # make install # sudo make install # su -c "make install"
$> make doc
$> make doxygen


Support
-------

Please contact both:
 Louis-Noel Pouchet <pouchet@cse.ohio-state.edu>, maintainer
 Cedric Bastoul <cedric.bastoul@inria.fr>, author
shortlog
2014-08-05 Cedric BastoulAdd piplib.h.in filemaster
2014-08-04 Cedric BastoulClean checking system and add valcheck (check with...
2014-08-04 Cedric BastoulFix compiler warnings (including a serious bug)
2014-08-04 Cedric BastoulClean the include system of Candl
2014-06-26 Cédric BastoulMerge pull request #8 from tajkhan/stmext
2014-06-25 Taj Muhammad... Restored tests overwritten by the statement_extension...
2014-06-13 LncMerge pull request #6 from tajkhan/stmext
2014-06-13 Taj Muhammad... Add return code to tests/checker.sh
2014-05-22 Taj Muhammad... Regenerated tests to work with osl statement_extensions
2014-05-22 Taj Muhammad... updated piplib submodule
2014-05-22 Taj Muhammad... updated osl submodule
2014-05-22 Taj Muhammad... changed osl and piplib submodules' links from repo...
2014-05-13 periscopMerge pull request #4 from tajkhan/arrayid
2014-02-25 Taj Muhammad... Correct way to extract array_id in access relations
2014-01-20 LncAdd "extern "C"" in header files (scop.h, statement...
2013-12-06 Taj Muhammad... Fixed link error when configured with --prefix option
...
tags
12 years ago 0.6.2
12 years ago 0.6.1
13 years ago 0.5.0
13 years ago 0.6.0
13 years ago 0.5.1
14 years ago 0.4.0
heads
10 years ago master
11 years ago osl_int_t
12 years ago osl_autocorrect
12 years ago osl
14 years ago tags/0.4.0
14 years ago scandl