We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Autoconf is adding these flags to the netcdf fortran build even though they are not supported by the compiler.
#9 6.589 configure:7845: checking if Fortran compiler supports allow-mismatch flag #9 6.589 configure:7853: mpiifort -c -g -fallow-argument-mismatch conftest.f90 #9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch' #9 6.589 configure:7856: $? = 0 #9 6.589 configure:7864: result: yes #9 6.589 configure:7868: checking if Fortran compiler supports mismatch_all flag #9 6.589 configure:7876: mpiifort -c -g -fallow-argument-mismatch -mismatch_all conftest.f90 #9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch' #9 6.589 ifort: command line warning #10006: ignoring unknown option '-mismatch_all' #9 6.589 configure:7879: $? = 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Autoconf is adding these flags to the netcdf fortran build even though they are not supported by the compiler.
#9 6.589 configure:7845: checking if Fortran compiler supports allow-mismatch flag
#9 6.589 configure:7853: mpiifort -c -g -fallow-argument-mismatch conftest.f90
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch'
#9 6.589 configure:7856: $? = 0
#9 6.589 configure:7864: result: yes
#9 6.589 configure:7868: checking if Fortran compiler supports mismatch_all flag
#9 6.589 configure:7876: mpiifort -c -g -fallow-argument-mismatch -mismatch_all conftest.f90
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-fallow-argument-mismatch'
#9 6.589 ifort: command line warning #10006: ignoring unknown option '-mismatch_all'
#9 6.589 configure:7879: $? = 0
The text was updated successfully, but these errors were encountered: