Closed drwells closed 1 year ago
Some Linux distributions (like Ubuntu) will install mpifort without installing gfortran. We should double-check that we can compile hello world in Fortran (and also C and C++ to be paranoid) in addition to the other compiler checks.
mpifort
gfortran
Fixed by #127 - we really just needed a better error message.
Some Linux distributions (like Ubuntu) will install
mpifort
without installinggfortran
. We should double-check that we can compile hello world in Fortran (and also C and C++ to be paranoid) in addition to the other compiler checks.