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

Fixes of STEBZ #1039

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes of STEBZ #1039

wants to merge 1 commit into from

Conversation

haox1
Copy link

@haox1 haox1 commented Jul 19, 2024

Description

This PR fixes d/sSTEBZ:

  1. Fix accumulation of number of eigenvalues by changing .LT. to .LE. in line 600 (599 for sstebz.f) as line 538 (537 for sstebz.f) states that “NWL accumulates the number of eigenvalues .le. WL” .
  2. Fix possible out of bounds write of IBLOCK. There are IBLOCK(IW) = 0 in lines 704 and 719 (703 and 718 for sstebz.f), which IW are initialized to 0. IF statements are added to check whether IW equals to zero.
  3. Fix failures of test case 53 of SSBEVX in sdrvst.f on Power8 and Power9 by increasing the FUDGE factor in sstebz.f to 2.3.

Checklist

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

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.

1 participant