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

MueLu: Consider allowing "long long" for Tpetra GO when building MueLu tutorial #13500

Open
abodado opened this issue Oct 2, 2024 · 3 comments
Labels
pkg: MueLu pkg: Tpetra type: enhancement Issue is an enhancement, not a bug

Comments

@abodado
Copy link

abodado commented Oct 2, 2024

When building Trilinos, I often see this message:

-- MueLu's tutorial requires for a correct build that if Tpetra is enabled, then GlobalOrdinal=int must be enabled, and either the Serial or OpenMP Nodes in Tpetra be enabled. Since this is not the case, I am disabling MueLu's tutorial by default. See Trilinos GitHub Issue #1726 for details: #1726
-- You chose to enable MueLu's tutorial, even though I told you that it may not build correctly. You are responsible for whatever build or link errors may occur as a result.

Not an urgent matter, but am curious if plausible to update the MueLu example source code to allow the tutorial to be built with "long long" GO for Tpetra, since "long long" is Tpetra's default GO.

@abodado abodado added the type: enhancement Issue is an enhancement, not a bug label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Automatic mention of the @trilinos/muelu team

@jhux2
Copy link
Member

jhux2 commented Oct 3, 2024

@GrahamBenHarper @mayrmt Is this something that is going to be addressed by the tutorial update?

@mayrmt
Copy link
Member

mayrmt commented Oct 4, 2024

@jhux2 yes, the tutorial update will migrate all examples to Tpetra, so this should be easy to fix. Current behavior arises from the old Epetra examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: MueLu pkg: Tpetra type: enhancement Issue is an enhancement, not a bug
Projects
None yet
Development

No branches or pull requests

3 participants