Hello,
You seem to be able to compile the scalar versions successfully (no debug and debug modes) with gfortran. The reason why the parallel mode fail is that the configuration you use is with the Intel Fortran Compiler (ifort.exe) which you do not seem to have installed.
No worries, here attached is the configuration for the parallel configuration with gfortran for a manual installation (
)
Alternatively, note that I would highly recommend that you use the automated installer (in the download area) that separate the two installations (scalar and parallel) with gfortran and provides you with the per-requisit of MPI and METIS libraies.
Hope this helps,
Sébastien.