Skip to content

Commit

Permalink
SENSEI: Update to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jul 1, 2022
1 parent cce4ac0 commit bbc99d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/insitu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ jobs:
CC: clang
CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -Wno-error=pass-failed"
CMAKE_GENERATOR: Ninja
CMAKE_PREFIX_PATH: /root/install/sensei/develop/lib/cmake
CMAKE_PREFIX_PATH: /root/install/sensei/v4.0.0/lib64/cmake
container:
image: ryankrattiger/sensei:fedora33-vtk-mpi-20210616
image: senseiinsitu/ci:fedora35-amrex-20220613
steps:
- uses: actions/checkout@v2
- name: Configure
run: |
cmake -S . -B build \
-DWarpX_SENSEI=ON \
-DWarpX_COMPUTE=NOACC \
-DCMAKE_CXX_STANDARD=14
-DWarpX_COMPUTE=NOACC
- name: Build
run: |
cmake --build build -j 2
Expand Down

0 comments on commit bbc99d6

Please sign in to comment.