-
Notifications
You must be signed in to change notification settings - Fork 9
Data Dependence Analyzer in the Polyhedral Model
License
periscop/candl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
* * * * * * * * * 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 <[email protected]>, maintainer Cedric Bastoul <[email protected]>, author
About
Data Dependence Analyzer in the Polyhedral Model
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published