I\'m learning MPI now and wrote simple C program that uses MPI_Scatter and MPI_Reduce as follows:
int main(int argc, char **argv) { int mpirank, mpisi