Written in C and uses the mpi library. Program can run with parallel processes to parse a file of numbers seperated by comma and newline before processing the following information:
- Total count
- Average
- Max
- Min
mpicc mpi-nums-processor.c
mpiexec ./a.out
or for multiprocessing
mpiexec -n 4 -oversubscribe ./a.out