Recent Question/Assignment

Write a parallel c program that, reads n numbers from any input file, prints input formatted 10 integer per line, computes the largest element in parallel by using only Send/Recv commands, i.e. No collective routines such as bcast, scatter, gather and reduce and prints the largest number.