Skip to content

A simple MPI program that calculate all angular distance between stars of a given set.

License

Notifications You must be signed in to change notification settings

dgikiller/angular-distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Distance

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.

Compilation & Running

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]

License

GPLv3

Author

Francesco Ferro

About

A simple MPI program that calculate all angular distance between stars of a given set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published