Skip to content
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

Add diagnostic file output for the implicit solvers #5464

Conversation

dpgrote
Copy link
Member

@dpgrote dpgrote commented Nov 15, 2024

This PR adds the option to write out information about the implicit solvers to a file during the simulation.

Note that this PR uses std::filesystem directly. This does not work easily for older gcc compilers, from before version 9.1. As a side effect, this PR removes builds using the older gcc and bumps up the comment in the dependencies documentation. This should not be an issue since all of the installs on HPC systems use newer versions.

@dpgrote dpgrote added the component: implicit solvers Anything related to implicit solvers label Nov 15, 2024
Copy link
Contributor

@JustinRayAngus JustinRayAngus left a comment

Choose a reason for hiding this comment

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

Thanks Dave.

Looks great.

@JustinRayAngus JustinRayAngus merged commit 6969114 into ECP-WarpX:development Feb 25, 2025
34 of 37 checks passed
@ax3l ax3l changed the title [WIP]Add diagnostic file output for the implicit solvers Add diagnostic file output for the implicit solvers Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: implicit solvers Anything related to implicit solvers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants