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 gcc warnings about Fortran 2018 deleted features #93

Conversation

cniethammer
Copy link
Contributor

This PR fixes warnings from gcc about some Fortran 2018 deleted feature in blacstest.f reported as part of #92.

Background: DO with shared termination was declared obsolescent in Fortran 90 [cf. https://fortranwiki.org/fortran/show/Modernizing+Old+Fortran ] . Instead DO -> END DO syntax should be used.

DO with shared termination was declared obsolescent in Fortran 90

Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
@langou langou merged commit d052a77 into Reference-ScaLAPACK:master Feb 22, 2024
0 of 2 checks passed
@langou
Copy link
Contributor

langou commented Feb 22, 2024

Thanks!

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 this pull request may close these issues.

2 participants