Open iii-i opened 4 years ago
I will check on the status of FFTPACK, which is from where we took this code. If that has not been updated, we may be stuck with GNU 9 for a while.
The GCC 10 documentation mentions the following:
Mismatches between actual and dummy argument lists in a single file are now rejected with an error. Use the new option -fallow-argument-mismatch to turn these errors into warnings; this option is implied with -std=legacy. -Wargument-mismatch has been removed.
Does adding the -fallow-argument-mismatch
flag allow WRF to compile?
@mgduda that helped, thanks!
I will leave the issue open for you to decide whether you'd like to improve gfortran 10 compatibility, or whether -fallow-argument-mismatch
/-std=legacy
is good enough.
Duplicate of #1250
Hi!
I'm trying to build WRF with gfortran
10.0.1 20200226
(git commitce25177f505
). It looks as if it does not allow passingCOMPLEX
arrays asREAL
ones anymore, since I'm getting a lot of error messages like the following: