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

  1. create a new copy of the file Make.mach.generic and rename to your machine:
    cp Make.mach.generic Make.mach.\<your-machine\>
  2. 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)
  3. run configure (which just concatenates two files to make the Makefile):
    ./configure \<your-machine\>
  4. compile:
    make

Test

  1. go to the test directory and run the test:

    ``cd test``
    ``./run_test.sh``