高版本gcc安装mpich时,configure报错
gcc version 14.0.0 20230820 (experimental) (GCC)
mpich-3.3
configure命令
./configure --prefix=${MPI_INSTALL_DIR}
报错
configure: error: The Fortran compiler gfortran will not compile files
that call the same routine with arguments of different types.
解决方案
FFLAGS=“-w -fallow-argument-mismatch -O2” ./configure --prefix=${MPI_INSTALL_DIR}