Skip to content

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);

Copy link
Member Author

Choose a reason for hiding this comment

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

Note: to use AMReX-Codes/amrex#4652 now

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