-
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
ROL: Use of deprecated Tpetra code #5540
Comments
apply this (or similar) everywhere clone is called. |
@tjfulle I just compiled the code with deprecated off and inst int int ON. It compiled ROL examples and tests. Could you give me a more specific Tpetra configuration ? I tested the default one too but it does not cause a compile problem. |
Do I need to turn on warning as an error ? |
@kyngjoo-kim, see #5602 (comment) for the config. It could be that this has already been fixed by the ROL developers? |
@kyungjoo-kim note, the config linked in the last comment disables ROL's examples, you would need to remove that line. |
@tjfulle now I see some errors.. |
Hi @tjfulle I pushed into the issue-5536 branch. At least it compiles with deprecation code off. I also found that you already finish all changes related to getNode and clone. My fix is on the mismatch between local use of int type and Tpetra global ordinal type. Please double check if ROL compiles as I can see on "white". |
closed by #5739 |
Bug Report
@trilinos/rol
Relates to: #5536
Description
Several of ROL's examples use the deprecated
Tpetra::CrsMatrix<>::getNode
andclone
methods:The text was updated successfully, but these errors were encountered: