Angular Distance is program for calculating distances between a given set of stars.
This program uses MPI for calculating stars' distance with multiple process, fairly splitting work between these.
Compile the source with:
mpicc -Wall -lm -ansi angdist.c -o angdist
or using the Makefile.
After this you can run it with:
mpirun -n <processes> ./angdist <K-intervals> <stars-number> <input-file> [-debug|-gnuplot]
GPLv3
Francesco Ferro