Clan
Chunky Loop Analyzer: A Polyhedral Representation Extraction Tool for High Level Programs
Install / Use
/learn @periscop/ClanREADME
/------- <| --------------------------------------------------------
** A Clan **
--- /.\ -----------------------------------------------------
** <| [""M# README **
- A | # -----------------------------------------------------
** /.\ [""M# **
- [""M# | # U"U#U -----------------------------------------------
| # | # \ .:/
| # | #___|
****** | "--' .-" *****************************************************
* |"-"-"-"-"-#-#-## Clan : the Chunky Loop Analyser (experimental) *
**** | # ## ###### ****************************************************
* \ .::::'/ *
* \ ::::'/ Copyright (C) 2008 University Paris-Sud 11 *
* :8a| # # ## *
* ::88a ### This is free software; you can redistribute it *
* ::::888a 8a ##::. and/or modify it under the terms of the GNU *
* ::::::::888a88a[]::: Lesser General Public License as published by *
*::8:::::::::SUNDOGa8a::. the Free Software Foundation, either version 2.1 *
*::::::::8::::888:Y8888:: of the License, or (at your *
*::::':::88::::888::Y88a::::::::::::... option) any later version. *
*::'::.. . ..... .. ... . *
* This software is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
* Public License for more details. *
* *
* You should have received a copy of the GNU Lesser General Public *
* License along with software; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
* *
* Clan, the Chunky Loop Analyser *
* Written by Cedric Bastoul, Cedric.Bastoul@u-psud.fr *
* *
*****************************************************************************/
Install with Makefile
./configure 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
