-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix compilation warnings with SUNDIALS 7.1.0 #2990
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @Steven-Roberts! Please could you just fix a couple of suggestions from clang-tidy?
Co-authored-by: Peter Hill <[email protected]>
@ZedThree @bendudson I think this should be ready to merge. Let me know if anything else needs to be done. |
@Steven-Roberts CI found this error:
Should |
Whoops, that's right. I'll see if it passes now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failures are due to permission errors, as it runs from a fork.
Everything else looks good 👍
In SUNDIALS 7.1.0, many of the functions that start with
ARKstep
were deprecated and renamed withARKode
prefix. This fixes the compilations warnings.Tested with SUNDIALS versions 5.8.0, 6.7.0, 7.0.0, and 7.1.0.