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

Tpetra: SpGEMM wrapper code misses corner case #9506

Closed
csiefer2 opened this issue Jul 29, 2021 · 0 comments
Closed

Tpetra: SpGEMM wrapper code misses corner case #9506

csiefer2 opened this issue Jul 29, 2021 · 0 comments
Assignees
Labels
pkg: Tpetra type: bug The primary issue is a bug in Trilinos code or tests

Comments

@csiefer2
Copy link
Member

Turns out the SpGEMM wrapper code incorrectly handles the case of A*B with A's colMap ==A's domainMap == B's rowmap, but only on more than 1 MPI rank.

I'm working on this as part of a non-ASC MueLu PR and the fix is literally two lines of code. Just thought I'd let y'all know.

@csiefer2 csiefer2 added type: bug The primary issue is a bug in Trilinos code or tests pkg: Tpetra labels Jul 29, 2021
@csiefer2 csiefer2 self-assigned this Jul 29, 2021
csiefer2 added a commit that referenced this issue Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: Tpetra type: bug The primary issue is a bug in Trilinos code or tests
Projects
None yet
Development

No branches or pull requests

1 participant