/clustering-suite

Automatically expose the main performance trends in applications' computation structure

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

**************************************
***  ClusteringSuite dependencies  ***
**************************************

The core features of the ClusteringSuite tool including DBSCAN and the
Aggregative Cluster Refinement cluster analysis of Paraver traces requires
the following libraries installed on your system:

* libxml2 ("--with-libxml2" configure option)

http://www.xmlsoft.org/

* Boost libraries ("--with-boost" configure option). Version >= 1.43

http://www.boost.org/ 



************************************************
***  OPTIONAL EXTRA FEATURES (EXPERIMENTAL!) ***
************************************************

For extra features of this tool, based on third-party packages you will need
the following libraries installed on your system:

========================
Enabling CAPEK algorithm
========================

* Muster clustering library ("--with-muster" configure option)

http://tgamblin.github.com/muster/main.html

* An MPI implementation ("--with-mpi" configure option)

The suite has been tested using MPICH

http://www.mcs.anl.gov/research/projects/mpich2/

====================================
Enabling MRNet-based parallel DBSCAN
====================================

* Synapse ("--with-synapse" configure option)

http://www.bsc.es/performance-tools/downloads

* Computational Geometry Algorithms Library (CGAL) ("--with-cgal" configure
option)

http://www.cgal.org/

* GNU MPFR (required by CGAL) ("--with-mpfr" cnfigure option)

http://www.mpfr.org/

* The GNU Multiple Precision Arithmetic Library (required by CGAL)
("--with-gmp" configure option)

http://www.gmplib.org