Quickstart¶
Download¶
- The easiest way to obtain the code is by cloning from github:
git clone git@github.com:marcelo-alvarez/cal-sky.git
It’s also possible to get download the zip version here
Install¶
- 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