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: MM::Add does not check matrix dimensions compatible #12764

Closed
brian-kelley opened this issue Feb 21, 2024 · 1 comment
Closed

Tpetra: MM::Add does not check matrix dimensions compatible #12764

brian-kelley opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
pkg: Tpetra type: bug The primary issue is a bug in Trilinos code or tests

Comments

@brian-kelley
Copy link
Contributor

brian-kelley commented Feb 21, 2024

Bug Report

Tpetra::MatrixMatrix::Add (a version taking A,B,C) is not checking that the input matrices' global dimensions are compatible. It should do a TEUCHOS_TEST_FOR_EXCEPTION... check for this.

@brian-kelley brian-kelley added the type: bug The primary issue is a bug in Trilinos code or tests label Feb 21, 2024
@brian-kelley brian-kelley self-assigned this Feb 21, 2024
@brian-kelley
Copy link
Contributor Author

This is not really what the issue was, see #12765

@jhux2 jhux2 added this to Tpetra Aug 12, 2024
@jhux2 jhux2 moved this to Done in Tpetra Aug 12, 2024
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
Status: Done
Development

No branches or pull requests

1 participant