Skip to content

[WIP] Write impactx_used_inputs#872

Open
ax3l wants to merge 1 commit intoBLAST-ImpactX:developmentfrom
ax3l:topic-impactx-used-inputs
Open

[WIP] Write impactx_used_inputs#872
ax3l wants to merge 1 commit intoBLAST-ImpactX:developmentfrom
ax3l:topic-impactx-used-inputs

Conversation

@ax3l
Copy link
Copy Markdown
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
Comment thread src/ImpactX.cpp
amrex::ParmParse pp_impactx("impactx");
pp_impactx.queryAdd("used_inputs_file", filename);

ablastr::utils::write_used_inputs_file(filename);
Copy link
Copy Markdown
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
Copy Markdown
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

@ax3l ax3l force-pushed the development branch 2 times, most recently from 9a1e4af to fa61eba Compare April 20, 2026 04:08
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