-
Notifications
You must be signed in to change notification settings - Fork 578
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: Link errors in Sierra build with ETI ON #5557
Comments
|
I get these even when I turn off all Scalar types but double. I did have deprecated code in Kokkos and Tpetra turned off. Let me get rid of the latter option and see what happens. |
I enabled deprecated code in Tpetra, and still get the above link errors. |
@trilinos/muelu @jhux2 @csiefer2 Could the problem be that EDIT: It did not help. I suspect that |
I called into MueLu's meeting yesterday. They are working on the issue. |
I think this is actually due to undefined symbols in the shared library. There's an issue open on this already, but I can't find it at the moment. |
This was a problem on our end where we didn't respect the link ordering of libmuelu_lgn and libmuelu. I'm happy closing this issue now. |
@jclause Thanks for the update. I will close. |
|
Bug Report
@trilinos/muelu
A Sierra developer reports many link errors like the following, when building Trilinos with ETI ON (not their default currently):
I also get link errors when I build with system Clang on Mac, turn on ETI, and turn off deprecated code in Kokkos and Tpetra. It doesn't seem to matter whether or not I enable
Scalar=float
(as Sierra does).The text was updated successfully, but these errors were encountered: