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

[WIP] Write impactx_used_inputs #872

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Mar 4, 2025

Similar to WarpX, write out the values of amrex::ParmParse that we use to initialize/control the simulation.

Similar to WarpX, write out the values of `amrex::ParmParse` that
we use to initialize/control the simulation.
@ax3l ax3l added changes input scripts / defaults Changes the syntax or meaning of input scripts and/or defaults component: python Python bindings labels Mar 4, 2025
amrex::ParmParse pp_impactx("impactx");
pp_impactx.queryAdd("used_inputs_file", filename);

ablastr::utils::write_used_inputs_file(filename);
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
ablastr::utils::write_used_inputs_file(filename);
ablastr::utils::write_used_inputs_file(filename, verbose);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes input scripts / defaults Changes the syntax or meaning of input scripts and/or defaults component: python Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant