Remove -f90= and -cc= options from MPI wrappers
commit303e2bc6fec48275e183d1e6cae462299ae4d19f
authorMichael Duda <duda@ucar.edu>
Fri, 18 Jan 2019 19:18:50 +0000 (18 12:18 -0700)
committerMichael Duda <duda@ucar.edu>
Fri, 18 Jan 2019 19:18:50 +0000 (18 12:18 -0700)
treee08f019057979b226de09d0c87716e92d2f194ec
parent3ab4522e777aefbf4c4b4cb0938849f695a04d5d
Remove -f90= and -cc= options from MPI wrappers

Depending on the MPI implementation, it appear that the mpif90 and mpicc
wrappers may or may not pass the -f90= and -cc= options directly to
the underlying compiler, where these options may generate either warnings
or errors.

The original intent of using, e.g., "mpif90 -f90=gfortran" was to permit
this use of a different Fortran compiler than the default selected by
the MPI wrapper. However, this appears to be not widely supported, and
it may be preferable to just remove these options and to assume that
the default compilers selected by the MPI wrappers are correct.
arch/configure.defaults