PnMPI
PnMPI copied to clipboard
Header ordering for Intel MPI: mpi.h must come before stdio.h
Compilation for certain combinations of compiler plus Intel MPI fails, indicating that mpi.h must be included before stdio.h (and friends). Re-ordered the inclusions, tested across gcc, intel, and pgi compilers with openmpi, mvapich2, and intel-mpi libraries (multiple versions each).