Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List mpi-serial's include directory before any system-level includes
Without this, I was getting runtime failures on my new mac, using gcc/gfortran 8.2.0. The problem was that it seemed to be picking up /usr/local/include/mpif.h rather than the mpif.h from mpi-serial. I'm not sure why this problem suddenly appeared on my new machine: both my new and old machines had -I/usr/local/include before the mpi-serial include directory, and both had an mpif.h in /usr/local/include. So I'm not sure why this issue didn't appear on my old machine, too.
- Loading branch information