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

MultiFab Fixture Cleanup via FabArray::clear #214

Merged
merged 3 commits into from
Nov 1, 2023

Commits on Oct 21, 2023

  1. MultiFab Fixture Cleanup via FabArray::clear

    Using a context manager and calling clear ensures that we will
    not hold device memory anymore once we hit `AMReX::Finalize`,
    even in the situation where an exception is raised in a test.
    This avoids segfaults for failing tests.
    ax3l committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7d53274 View commit details
    Browse the repository at this point in the history
  2. test_mfab_dtoh_copy: Clear MFabs

    Clear out memory safely on runtime errors.
    ax3l committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    15a91d2 View commit details
    Browse the repository at this point in the history
  3. Update Stub Files

    ax3l authored and github-actions[bot] committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b493749 View commit details
    Browse the repository at this point in the history