File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,13 @@ jobs:
6868 -DopenPMD_USE_HDF5=ON \
6969 -DopenPMD_USE_ADIOS2=ON \
7070 -DopenPMD_USE_INVASIVE_TESTS=ON \
71- -DCMAKE_VERBOSE_MAKEFILE=ON
71+ -DCMAKE_VERBOSE_MAKEFILE=ON \
72+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
7273 cmake --build build --parallel 2
7374 export ASAN_OPTIONS=detect_stack_use_after_return=1:detect_leaks=1:check_initialization_order=true:strict_init_order=true:detect_stack_use_after_scope=1:fast_unwind_on_malloc=0
7475 export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"
7576 export LD_PRELOAD=/usr/lib/clang/14/lib/linux/libclang_rt.asan-x86_64.so
76- ctest --test-dir build -E 3b --output-on-failure
77+ ASAN_OPTIONS="abort_on_error=1:halt_on_error=1:fast_unwind_on_malloc=0:$ASAN_OPTIONS" LSAN_OPTIONS="verbosity=1:log_threads=1:$LSAN_OPTIONS" ctest --test-dir build -R MPI.8a_benchmark_write_parallel
78+ ASAN_OPTIONS="abort_on_error=1:halt_on_error=1:fast_unwind_on_malloc=0:$ASAN_OPTIONS" LSAN_OPTIONS="verbosity=1:log_threads=1:$LSAN_OPTIONS" ctest --test-dir build -E 3b --output-on-failure
7779 export OPENPMD_HDF5_CHUNKS="auto"
7880 ctest --test-dir build -R 3b --output-on-failure
You can’t perform that action at this time.
0 commit comments