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

Fix argument mismatches so that GNU 10 does not throw errors/warnings #703

Open
climbfuji opened this issue Jul 22, 2021 · 0 comments
Open
Assignees
Labels

Comments

@climbfuji
Copy link
Collaborator

Description

Argument mismatches are checked much more strictly with the later GNU versions, these were converted from errors to warnings using compiler flags. We should fix all these codes so that we can remove the compiler flags to convert errors to warnings - we want to be able to see these errors.

One source for this warnings is the use of outdated MPI interfaces via include mpif.h or use mpi. This can be fixed with use mpi_f09.

@climbfuji climbfuji added the bug label Jul 22, 2021
@climbfuji climbfuji self-assigned this Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant