Open rem1776 opened 2 years ago
porting guide for gcc 10: https://gcc.gnu.org/gcc-10/porting_to.html
I think -fallow-argument-mismatch should work as a workaround for these issues
Keeping this open since the CMake build should be getting a similar update.
Describe the bug Fails compilation while using gcc 10/11 and mpich. Looks like the default kind sizes for the mpich mpi routines aren't matching up with the calls in mpp.
This happened on gaea with aquaplanet and I was able to reproduce it on the amd box. Only happens with both gcc 10/11 and mpich, gcc 10/11 and mpich compile fine with other compilers/mpi libraries.
To Reproduce Compile fms with gcc 10 or 11 and mpich
Expected behavior Compile successfully
System Environment
amd dev box (gcc 10.2.0 and 11.2.0, mpich 3.4.3, netcdf 4.8.0) but also saw this compilation error on gaea with gcc 10