-
Notifications
You must be signed in to change notification settings - Fork 129
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
Feature/arkode sts #541
Feature/arkode sts #541
Conversation
Unfortunately, the rebase to |
12940d0
to
62bccbd
Compare
Yeah, I think in the future we should not rebase develop on main (if main is updated directly) and instead do a merge. I don't see a real advantage to having the same linear history for main and develop, and it seems the rebase has a pretty big downside. |
Indeed. Although rebasing might be no big deal for branches with 1-2 commits, it is a huge waste of time for a branch with any appreciable amount of development. |
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.
I still need to look at the changes in src/arkode
, but I wanted to share my comments so far.
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.
One more set of comments, covering the rest of this draft PR.
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.
I've finished reviewing the documentation updates. I'll review the code soon.
Co-authored-by: Daniel R. Reynolds <[email protected]>
Co-authored-by: Daniel R. Reynolds <[email protected]>
Co-authored-by: Daniel R. Reynolds <[email protected]>
Co-authored-by: Daniel R. Reynolds <[email protected]>
Co-authored-by: Daniel R. Reynolds <[email protected]>
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.
One minor item (I'll commit it myself in a moment).
Broke long comment into multiple lines.
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.
This looks good. Once the CI passes I'll merge sundials-codes/answers#39 and update the submodule here.
Output files for LSRKStep, see LLNL/sundials#541
This is a draft PR for feedback on new STS module.