Skip to content
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

ScaLAPACK fails with GCC 10 #21

Closed
MarcusCalhoun-Lopez opened this issue May 4, 2020 · 1 comment
Closed

ScaLAPACK fails with GCC 10 #21

MarcusCalhoun-Lopez opened this issue May 4, 2020 · 1 comment

Comments

@MarcusCalhoun-Lopez
Copy link

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.

@julielangou
Copy link
Contributor

#26 should fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants