Introduction - If you have any usage issues, please Google them yourself
/* The following is an example of an MPI code written in C. */
/* The application opens an output file for each processor */
/* named OutFile.n where n is the processor number, writes */
/* an array of ints to the file, then closes the file.