Skip to content

Conversation

mgates3
Copy link
Contributor

@mgates3 mgates3 commented Aug 27, 2025

Description
implicit none is highly recommended in Fortran code to avoid errors in the types of functions and variables. Motivated by #144, this PR adds implicit none in all Fortran files. This fixes the errors in #144 (p[cz]lauu2) as well as a few other files (see commit c8f5920):

SRC/pcheevd.f
SRC/pclacon.f
SRC/pclauu2.f
SRC/pzheevd.f
SRC/pzlacon.f
SRC/pzlauu2.f

This PR is broken down into smaller commits up to some 600 files, to make reviewing individual commits easier.

Checklist

  • The documentation has been updated. -- does not apply.
  • If the PR solves a specific issue, it is set to be closed on merge.

@langou langou merged commit 77c9952 into Reference-ScaLAPACK:master Aug 27, 2025
4 checks passed
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