Download the shell practice quize program, quizprac.c
Number = 4, numprocesses = 3
Rank 0: 1+2+3+4
Rank 1: 5+6+7+8
Rank 2: 9+10+11+12
MPI_Reduce and MPI_PROD calculates: 10*26*42=10920
Number = 4, numprocesses = 4
Rank 0: 1+2+3+4
Rank 1: 5+6+7+8
Rank 2: 9+10+11+12
Rank 3: 13+14+15+16
MPI_Reduce and MPI_PROD calculates: 10*26*42*58=633360