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

update the SENSEI in situ coupling for SENSEI v4.0.0 #2785

Merged
merged 2 commits into from
Jun 28, 2022

Commits on Jun 24, 2022

  1. update the SENSEI in situ coupling for SENSEI v4.0.0

    In this release, an install of VTK is no longer required.
    To compile AMReX w/ SENSEI use:
    
    ```cmake
    -DAMReX_SENSEI=ON -DSENSEI_DIR=<path to SENSEI install>/<lib dir>/cmake
    ```
    
    Note: <lib dir> may be `lib` or `lib64` or something else depending on
    your OS and is determined by CMake at configure time. See the CMake
    GNUInstallDirs documentation for more information.
    burlen committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    65f4fd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update Src/Extern/SENSEI/AMReX_AmrMeshDataAdaptor.cpp

    Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
    WeiqunZhang and ax3l authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    af32747 View commit details
    Browse the repository at this point in the history