I have downloaded the 5.1 Update 3 library to my x64 linux machine and am trying to compile a Fortran program. I have only GNU compilers on this, personal machine. Using mpif90 (even when forced with -f90=gfortran) as a compiler produced the following error:
f951: Fatal Error: Reading module 'mpi_f08' at line 2 column 1: Unexpected EOF
compilation terminated.
The gfortran version is 5.2.1 .
Any pointers?