Skip to content

Commit

Permalink
try to debug fail in sanitizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Jul 22, 2024
1 parent 5be2c10 commit 49cd574
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/clang_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
cmake -S . -B build \
-GNinja \
-DAMReX_ASSERTIONS=ON \
-DAMReX_BOUND_CHECK=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DWarpX_DIMS="RZ;1;2;3" \
Expand Down Expand Up @@ -140,11 +142,6 @@ jobs:
mpirun -n 2 ../../../build/bin/warpx.2d inputs_2d warpx.serialize_initial_conditions = 0
# DEBUG
ls -ltrh
less Backtrace.*
# DEBUG
save_pr_number:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
Expand All @@ -159,3 +156,10 @@ jobs:
name: pr_number
path: pr_number.txt
retention-days: 1

- name: DEBUG_TO_BE_DELETED
- uses: actions/upload-artifact@v4
with:
name: backtrace_sanitizers
path: Examples/Tests/embedded_circle/Backtrace*
retention-days: 1

0 comments on commit 49cd574

Please sign in to comment.