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:
68
68
-DopenPMD_USE_HDF5=ON \
69
69
-DopenPMD_USE_ADIOS2=ON \
70
70
-DopenPMD_USE_INVASIVE_TESTS=ON \
71
- -DCMAKE_VERBOSE_MAKEFILE=ON
71
+ -DCMAKE_VERBOSE_MAKEFILE=ON \
72
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
72
73
cmake --build build --parallel 2
73
74
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
74
75
export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"
75
76
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
77
79
export OPENPMD_HDF5_CHUNKS="auto"
78
80
ctest --test-dir build -R 3b --output-on-failure
You can’t perform that action at this time.
0 commit comments