Skip to content

Commit

Permalink
Build on custom AMReX branch with data race fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 22, 2024
1 parent 6b24c1b commit b8d25b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
export CXXFLAGS="-fsanitize=thread"
cmake -S . -B build \
-DWarpX_amrex_repo=https://github.com/EZoni/amrex.git \
-DWarpX_amrex_branch=fix_data_race \
-GNinja \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand All @@ -121,6 +123,8 @@ jobs:
cmake --build build -j 4
cmake -S . -B build_EB \
-DWarpX_amrex_repo=https://github.com/EZoni/amrex.git \
-DWarpX_amrex_branch=fix_data_race \
-GNinja \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down

0 comments on commit b8d25b3

Please sign in to comment.