I) Install & Compile
- create a new copy of the file Make.mach.generic and rename to your machine: cp Make.mach.generic Make.mach.<your-machine>
- edit the file Make.mach.<your-machine> to reflect your libraries and C/C++ compiler flags (you need to have mpi, gsl, fftw-2.1.5, and cfitsio installed)
- run configure (which just concatenates two files to make the Makefile): ./configure <your-machine>
- compile: make
II) Test
- go to the test directory and run the test: cd test ./run_test.sh