Installation procedure:
-----------------------

To compile the siscone library (src/libsiscone.a) and the various
example programs (in examples/) type
$ make


The example programs (in examples/) are:

- 'siscone'  an application with options to tune it from the command line
             (see main.cpp and options.h/cpp) 

- 'sample'   another example (used in the html documentation (see doc/html))

- 'test'     a testing program (see src/test.cpp)

- 'times'    computes execution times and various statistics for 1 <= N <= 1000

- mem_check  a shell script for checking memory usage as a function of the
             number of particles (requires google perftools).
