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

Missing instantiations in muelu-adapters #204

Closed
tawiesn opened this issue Mar 11, 2016 · 1 comment
Closed

Missing instantiations in muelu-adapters #204

tawiesn opened this issue Mar 11, 2016 · 1 comment
Labels
pkg: MueLu pkg: Stratimikos pkg: Thyra Issues primarily dealing with the Thyra Package pkg: Tpetra type: bug The primary issue is a bug in Trilinos code or tests

Comments

@tawiesn
Copy link
Contributor

tawiesn commented Mar 11, 2016

If, e.g., Tpetra is instantiated both on GO=int and GO=long long, the <double, int, int, ...> instantiations of classes in muelu-adapters (such as Xpetra::LinearOpBase, and MueLuPreconditionerFactory)

@tawiesn tawiesn added type: bug The primary issue is a bug in Trilinos code or tests pkg: MueLu pkg: Thyra Issues primarily dealing with the Thyra Package pkg: Stratimikos pkg: Tpetra labels Mar 11, 2016
@tawiesn
Copy link
Contributor Author

tawiesn commented Mar 11, 2016

@ambrad @agsalin Please try the attached patch. It should fix the problem.
0001-MueLu-fix-ETI-in-muelu-adapters.txt

tawiesn added a commit that referenced this issue Mar 11, 2016
Thyra::XpetraLinearOp was not correctly included in muelu-adapters ETI.
Make sure that all template parameters are propagated to Thyra::XpetraLinearOp.

This fixes issue #204
@tawiesn tawiesn closed this as completed Mar 11, 2016
bartlettroscoe added a commit that referenced this issue Jul 11, 2017
Origin repo remote tracking branch: 'github/master'
Origin repo remote repo URL: 'github = [email protected]:TriBITSPub/TriBITS.git'

At commit:

commit 17dc675cd4cec292ced5f2c86e09a4eadf621f64
Author:  Roscoe A. Bartlett <[email protected]>
Date:    Mon Jul 10 20:28:48 2017 -0600
Summary: Don't add tests when tests not enabled (#204)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: MueLu pkg: Stratimikos pkg: Thyra Issues primarily dealing with the Thyra Package 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