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::addfile needs Init #3440

Merged
merged 1 commit into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. ParmParse::addfile needs Init

    `ParmParse` can be used before AMReX is initialized for most
    functionality, which is greatly helpful for us. One function that
    cannot be used before init is reading from a file, because it needs
    an MPI context to broadcast.
    
    Add a clean error message instead of a segfault.
    ax3l committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fced9ea View commit details
    Browse the repository at this point in the history