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
By default, the about to be released GCC 10 is more strict about Fortran argument types.
When attempting to build ScaLAPACK with GCC 10, compiling BLACS code produced many errors of the type
Rank mismatch between actual argument at (1) and actual argument at (2)
The errors were reduced to warning by adding -fallow-argument-mismatch to gfortran.
-fallow-argument-mismatch
The text was updated successfully, but these errors were encountered:
#26 should fix this issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
By default, the about to be released GCC 10 is more strict about Fortran argument types.
When attempting to build ScaLAPACK with GCC 10, compiling BLACS code produced many errors of the type
The errors were reduced to warning by adding
-fallow-argument-mismatch
to gfortran.The text was updated successfully, but these errors were encountered: