Lab01: Global Broadcast

Objective
To distribute simple data to each process. Topics include scanf, MPI_Bcast, MPI_Send, MPI_Recv,
and decisions involving the rank of a process.

Background
Copies of variables are created for each distinct process.

Assignment