- master branch: MPI implementation with non-blocking communication
- collective branch: MPI Collective I/O implementation with non-blocking point-to-point communication
- omp branch: MPI Collective I/O OpenMP implementation with non-blocking point-to-point communication
- Change the amount of repetitions in include/header.h
- module swap PrgEnv-xxx PrgEnv-gnu
- compile using Makefile
- MPI: aprun -n X ./mapRed.out -f
- Collective: aprun -n X ./mapRedCollective.out -f
- OpenMP: aprun -n X ./mapRedOmp.out -f