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

Consecutive identical eigenproblems give different results #287

Open
CluelessGuru opened this issue Oct 5, 2020 · 2 comments
Open

Consecutive identical eigenproblems give different results #287

CluelessGuru opened this issue Oct 5, 2020 · 2 comments

Comments

@CluelessGuru
Copy link

Expected behavior

If 2 identical consecutive eigenproblems are solved the results should be identical

Actual behavior

They are not because the lapack random number generator is initialized only once for the first eigenproblem and never again.
Hence the starting vector for the 2 identical consecutive eigenproblems are not the same and the final result differes.

Where/how to reproduce the problem

  • arpack-ng: release
  • OS: ubuntu
  • compiler: gcc

Steps to reproduce the problem

Solve 2 identical consecutive eigenvalue problems.

@fghoussen
Copy link
Collaborator

No solution for now. Duplicate : #218

@fghoussen
Copy link
Collaborator

and the final result differes.

BTW, how much in norm for instance? 1.e-6 in double? 1.e-3 in float? more?

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

No branches or pull requests

2 participants