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 inconsistencies in rank-local SVD wrapper #263

Merged
merged 4 commits into from
Apr 2, 2021

Conversation

wavefunction91
Copy link

@wavefunction91 wavefunction91 commented Mar 25, 2021

Addresses #262

This PR implements the following changes:

  1. The rank-local SVD wrapper now does the "right" thing viz reallocating U/VT to the right dimensions based on the desired outputs.
  2. Changes the default behaviour to be "SomeVec" as opposed to "AllVec" to coincide with ScaLAPACK APIs
  3. Adds flexibility in the rank-local SVD wrapper to allow for all allowable "Job" types for XGESVD in LAPACK

@evaleev
Copy link
Member

evaleev commented Apr 2, 2021

@asadchev please have a look

@evaleev evaleev merged commit 96783eb into ValeevGroup:master Apr 2, 2021
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.

3 participants