Skip to content

Conversation

@knelli2
Copy link
Contributor

@knelli2 knelli2 commented Sep 30, 2023

Proposed changes

Upgrade instructions

If your executable has the Interpolator or InterpolationTarget parallel component, you need the following in your input file

Interpolator:
  Verbosity: Silent

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@knelli2 knelli2 requested a review from markscheel September 30, 2023 02:04
@knelli2
Copy link
Contributor Author

knelli2 commented Sep 30, 2023

@markscheel Opened as a draft for now so you can take a look at things while this is being tested out on a run that deadlocks.

template <typename InterpolationTargetTag, typename TemporalId>
std::string interpolator_output_prefix(const TemporalId& temporal_id) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should return the std::stringstream instead so whatever else can take advantage of the scientific precision. Or just take a std::stringstream& as an argument.

@knelli2
Copy link
Contributor Author

knelli2 commented Aug 21, 2024

@knelli2 will look into this

@knelli2 knelli2 force-pushed the intrp_debug_prints branch from 3e25f02 to 680befb Compare October 10, 2024 21:01
@kidder
Copy link
Member

kidder commented Feb 18, 2025

I found these commits to be useful when debugging the interpolation framework for spherical shells. Is there any reason not to rebase and get this in?

@knelli2
Copy link
Contributor Author

knelli2 commented Feb 18, 2025

@kidder No, just wasn't super high priority for me so I put it on the back burner. But if you'd like I can rebase and we can get these merged

@kidder
Copy link
Member

kidder commented Feb 18, 2025

well if you rebase it, I'll approve and merge... No rush as I found my problem...

@knelli2 knelli2 marked this pull request as ready for review February 19, 2025 20:22
@knelli2
Copy link
Contributor Author

knelli2 commented Feb 19, 2025

@kidder Rebased and opened as a PR

@knelli2 knelli2 removed the request for review from markscheel March 4, 2025 05:29
@knelli2 knelli2 merged commit f8c136d into sxs-collaboration:develop Mar 4, 2025
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants