This is a little C++ example to compare the performance of different MPI libraries. TODO: Enter the test machine descriptions Machine 1 - Results Machine 2 - Results Machine 3 - Results How to run To run the program, run: make MPI_IMPL=MPICH run_mpich Or: make MPI_IMPL=OPENMPI run_openmpi Or just: make run_both Prerequisites C++ compiler OpenMPI and MPICH libraries mpiexec make