This project was developed during a Distributed Systems discipline. The project was made to run in Clusters. The purpose is to find the numbers in the Fibonacci sequence and check if they are prime numbers.
$ mpicc -I/opt/local/include -L/opt/local/lib -lgmp main.c -o main
$ mpirun -np N ./main
Where 'N' is the number of threads.
In this study, the application was executed the first time with one thread and the second time with four threads.