-
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
Amesos2: compilation error w/ Tpetra deprecated code turned off #10247
Comments
@trilinos/framework Do we have a nightly build that disables deprecated code? This is the third time this stuff is hitting Albany in the last week or so. |
@ZUUL42 Thank you! Any idea why that build displays in such a weird way? Makes parsing what's actually failing quite difficult. |
@cgcgcg, sorry, I have not had the chance to look into that. |
Looks like the changes to replace |
Attempts to address issue trilinos#10247 Related to trilinos#10189
Opened PR #10250, hopefully just the name change update is needed |
Now there are issues with MueLu: https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=30080
This is turning into a game of wack-a-mole...! |
Here it is:
|
Thanks @cgcgcg , I will keep my eye out for the fixes. |
Could someone help me answer the following questions? It's for a code I support that uses Trilinos:
|
|
Thanks @cgcgcg let me see if I can fix this. Thanks for your responsiveness - I haven't been following all the changes to Tpetra and your replies will save me a lot of time grepping through the code to try to figure out what changed! |
@ikalash I also fixed a few calls to deprecated code in Zoltan2 (PR #10264) that were needed to build Albany. Not sure you use Zoltan2 in Albany-LCM. I also had to disable Galeri (which we do not use anyway). Other changes to Albany were trivial (sandialabs/Albany#797). |
Thanks @mperego ! I had to make a few changes in LCM today (as well as DTK) but things seem clean now. I really hope the dashboard has no failures tomorrow for LCM at least! |
@ikalash Did switching to the non-deprecated functions fix Albany? |
Yes, I think so. This issue can be closed. |
@trilinos/amesos2
We have failed Trilinos builds in the Albany and Albany-LCM builds with Tpetra deprecated code turned off due to Amesos2:
https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=29958
https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=29945
Could someone please have a look? Tagging @lxmota who will also be interested in this issue.
The text was updated successfully, but these errors were encountered: