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 type mismatch compiler error when gfortran 10 is used without '-fallow-argument-mismatch' flag #2105

Closed
DusanJovic-NOAA opened this issue Jan 19, 2024 · 0 comments · Fixed by #1147

Comments

@DusanJovic-NOAA
Copy link
Collaborator

Starting with version 10 gfortran treats mismatches between actual and dummy argument lists as errors. This error can be turned into warning (and silenced) by using '-fallow-argument-mismatch' flag.

Most of the errors can be resolved by using mpi_f08 module which provides generic interfaces.

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