-
Couldn't load subscription status.
- Fork 928
Closed
Description
@dalcinl noticed that if you configure with --disable-mpi-fortran, we still install mpifort (and sym-linked friends, such as mpif90). This seems incorrect, especially since they include -lmpi_mpifh, and libmpi_mpifh does not exist (i.e., is not installed).
I observed this on the v4.1 branch, but it's probably in v4.0, master, and v5.0 as well.
@ggouaillardet Can you think of any reason that we would want to install mpifort (etc.) when there are no Fortran bindings? I can't think of any -- I'd just like to check to make sure that there's no dark, subtle reason we're doing this...