MPI Version:
$ make mpi
ScoreP Version:
$ make scorep
$ ./writefile NumberOfElements Mode Iterations
Mode 1: Send data to single process which writes the data
Mode 2: All processes write their own data by using an offset
$ mpiexec -n 10 ./writefile 100000000 2 10