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

ParmParse: Prefix to FILE #4126

Merged
merged 2 commits into from
Sep 5, 2024
Merged

Commits on Sep 3, 2024

  1. ParmParse: Prefix to FILE

    For CI/CD workflows and out-of-source tests we often want to include
    dependent inputs files via `FILE = <filename>`. For development, we
    often want to run in temporary run directories but want to avoid
    having to copy over the latest inputs file from a source directory.
    
    Now, the environment variable `AMREX_INPUTS_FILE_PREFIX`
    can be set to prefix every `FILE = <filename>` with a custom path.
    We will use this in the CTests integration of WarpX.
    ax3l committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    59bb1cd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Append a Trailing / to Prefix

    ax3l committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e4908c View commit details
    Browse the repository at this point in the history