-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc + gfotran 10 issue with cloverleaf + mpi #727
Comments
while I would like to understand what is going on here - it does seem most folks are opting to mute gcc's complaints: |
Newer mpich add these flags as part of their
BLT fuses all of these, so we will end up with warnings from the C++ compiler about how these are fortran flags :-(
|
I have two systems (Ubuntu with cmake 3.18.4 and a Cray with cmake 3.21.1). The fix provided does not work because of the double quotes surrounding the two compile flags options. I was able to restart the compilation in both cases, by removing the double quotes, i.e. replacing in both cases, compilation terminated successfully. |
@jfavre thanks I'll take a look again! |
hit this using ubunutu 20.10 while testing gcc 10:
there isn't an obvious mismatch unless there is something strange with the MPI API
similar discussion:
Unidata/netcdf-fortran#212
The text was updated successfully, but these errors were encountered: