Skip to content

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