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

AztecOO: Calls DGEEV with suboptimal LWORK, triggers known MKL issue #4006

Closed
mhoemmen opened this issue Dec 5, 2018 · 2 comments
Closed
Assignees

Comments

@mhoemmen
Copy link
Contributor

mhoemmen commented Dec 5, 2018

@trilinos/aztecoo

AztecOO appears to have the same issue calling DGEEV with suboptimal LWORK that Belos had:

#3497

Thanks to Alec Kucala for discovering this; it manifested as a double free with Intel 17 but not Intel 18 (maybe the two have different MKL versions? not sure). I have a fix ready and just need to make a PR.

Related Issues

@mhoemmen
Copy link
Contributor Author

mhoemmen commented Dec 5, 2018

@hkthorn @bartlettroscoe FYI; I have a PR in place to work around this.

trilinos-autotester added a commit that referenced this issue Dec 6, 2018
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: AztecOO: Fix #4006 (suboptimal LWORK for DGEEV triggers MKL bug)
PR Author: mhoemmen
tjfulle pushed a commit to tjfulle/Trilinos that referenced this issue Dec 6, 2018
@bartlettroscoe bartlettroscoe removed the stage: in progress Work on the issue has started label Dec 10, 2018
@mhoemmen
Copy link
Contributor Author

@rrdrake @vbrunini FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants