IBAMR / autoibamr

GNU Lesser General Public License v3.0
10 stars 3 forks source link

Check that the mpi fortran compiler actually works #126

Closed drwells closed 1 year ago

drwells commented 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.

drwells commented 1 year ago

Fixed by #127 - we really just needed a better error message.