It might be good to set the default FC environment variable to mpifort when none has been specified. Otherwise, make will fail because it doesn't know where mpi.mod is located. I assume if FC is unset then on most cases the system defaults to an MPI-unaware Fortran compiler (e.g. gfortran or ifort).
It might be good to set the default
FC
environment variable tompifort
when none has been specified. Otherwise,make
will fail because it doesn't know wherempi.mod
is located. I assume ifFC
is unset then on most cases the system defaults to an MPI-unaware Fortran compiler (e.g.gfortran
orifort
).