The purpose of this assignment is to exercise parallel programming with MPI. You are to find the Greatest Common Divisor of n numbers, where the number of processors available is n+1. The processor where the user's program resides is the client processor, while the other n processors are servers.
You should make use of the following algorithm:
The above loop is repeated until a server receives n-times in sequence
the same number.